This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
node-task/node_modules/mysql2/test/run.js

9 lines
172 B
JavaScript
Raw Normal View History

2014-09-24 17:56:53 -04:00
#!/usr/bin/env node
var options = {};
if (process.env.FILTER) {
options.include = new RegExp(process.env.FILTER + '.*\\.js$');
}
require('urun')(__dirname, options);