refactor(Cypress): add nodemodules
This commit is contained in:
10
node_modules/watchify/test/zzz.js
generated
vendored
Normal file
10
node_modules/watchify/test/zzz.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
var test = require('tape');
|
||||
|
||||
test('__END__', function (t) {
|
||||
t.on('end', function () {
|
||||
setTimeout(function () {
|
||||
process.exit(0);
|
||||
}, 100)
|
||||
});
|
||||
t.end();
|
||||
});
|
Reference in New Issue
Block a user