refactor app directory structure and add tests
This commit is contained in:
4
tests/index.js
Normal file
4
tests/index.js
Normal file
@@ -0,0 +1,4 @@
|
||||
module.exports = (function(settings) {
|
||||
settings.test_workers = false;
|
||||
return settings;
|
||||
})(require('./nightwatch.json'));
|
Reference in New Issue
Block a user