Comparing version 0.1.0 to 0.1.1
@@ -56,4 +56,5 @@ // Generated by CoffeeScript 1.6.2 | ||
args = ["--compilers coffee:coffee-script", "--reporter " + this.reporter, "--colors", "" + __dirname + "/helper.js", this.getTestFiles().join(' ')]; | ||
childProcess = child.spawn("" + __dirname + "/node_modules/mocha/bin/mocha", args.join(' ')); | ||
args = ["--compilers", "coffee:coffee-script", "--reporter", this.reporter, "--colors", "" + __dirname + "/helper.js"]; | ||
args = args.concat(this.getTestFiles()); | ||
childProcess = child.spawn("" + __dirname + "/../node_modules/mocha/bin/mocha", args); | ||
childProcess.stdout.pipe(this.stdout); | ||
@@ -60,0 +61,0 @@ childProcess.stderr.pipe(this.stderr); |
{ | ||
"name": "mycha", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"main": "lib/mycha.js", | ||
@@ -5,0 +5,0 @@ "bin": { |
2760
70