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