Files
biomedjs/node_modules/log4node/test/test-no-cluster.js

8 lines
230 B
JavaScript
Raw Permalink Normal View History

2014-09-14 07:04:16 -04:00
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);