Don't use empty.js - breaks module test
This commit is contained in:
parent
f870240dcf
commit
7628905a9b
@ -1,6 +1,6 @@
|
|||||||
var spawn = require('child_process').spawn,
|
var spawn = require('child_process').spawn,
|
||||||
path = require('path'),
|
path = require('path'),
|
||||||
emptyJsFile = path.join(__dirname, '../test/fixtures/empty.js'),
|
emptyJsFile = path.join(__dirname, '../test/fixtures/semicolon.js'),
|
||||||
starts = 100,
|
starts = 100,
|
||||||
i = 0,
|
i = 0,
|
||||||
start;
|
start;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user