Skip to content

Commit

Permalink
remove the file qualifer from the test set up
Browse files Browse the repository at this point in the history
  • Loading branch information
esatterwhite committed Dec 30, 2016
1 parent 759f816 commit caad8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ reporter = process.stdout;
mocha = child_process.spawn("mocha", [
"--recursive"
, '--reporter=spec'
, 'test/*.spec.js'
, 'test/'
],{env:env})
mocha.on('exit', function( code ){
process.exit( code );
Expand Down

0 comments on commit caad8e9

Please sign in to comment.