refactor app directory structure and add tests
This commit is contained in:
9
tests/node_modules/nightwatch/examples/unittests/demoTestAsync.js
generated
vendored
Normal file
9
tests/node_modules/nightwatch/examples/unittests/demoTestAsync.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
'demo UnitTest' : function (client, done) {
|
||||
client.assert.ok('TEST');
|
||||
setTimeout(function() {
|
||||
done();
|
||||
}, 500);
|
||||
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user