Files
enviPy-bayer/static/js/ketcher2/node_modules/watchify/test/zzz.js
2025-06-23 20:13:54 +02:00

11 lines
193 B
JavaScript

var test = require('tape');
test('__END__', function (t) {
t.on('end', function () {
setTimeout(function () {
process.exit(0);
}, 100)
});
t.end();
});