mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
8 lines
230 B
JavaScript
8 lines
230 B
JavaScript
![]() |
var helper = require('./helper.js');
|
||
|
|
||
|
helper.create_test('no-cluster', 'no-cluster/test1.js', 'no-cluster/output2', function() {
|
||
|
setTimeout(function() {
|
||
|
helper.check_file("no-cluster/output1");
|
||
|
}, 200);
|
||
|
}).export(module);
|