forked from enviPath/enviPy
Current Dev State
This commit is contained in:
10
static/js/ketcher2/node_modules/watchify/test/zzz.js
generated
vendored
Normal file
10
static/js/ketcher2/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