updated mocha-cov dependency to be custom fork that provides valuable information to coveralls, added engine info to package.json, disable styles for codeship, switched to code based pattern that is very specific since the entire es-js repo is stored withing a src directory on codeship
This commit is contained in:
3
test/unit/index.js
Normal file
3
test/unit/index.js
Normal file
@ -0,0 +1,3 @@
|
||||
require('fs').readdirSync(__dirname + '/tests').forEach(function (file) {
|
||||
require(__dirname + '/tests/' + file);
|
||||
});
|
||||
Reference in New Issue
Block a user