Skip to content

Commit

Permalink
Super fast mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ritch committed Jan 25, 2017
1 parent 3a91b8b commit 2a4d263
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/mocha.opts.black-box
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--require ts-node/register
--require ../../test/ts-nodify.js
--require test/support/scenarios.ts
--ui bdd
test/black-box/**/*.ts
2 changes: 1 addition & 1 deletion test/mocha.opts.white-box
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--require ts-node/register
--require ../../test/ts-nodify.js
--require test/support/scenarios.ts
--ui tdd
test/white-box/**/*.ts
1 change: 1 addition & 0 deletions test/ts-nodify.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require('ts-node').register({fast: true});

0 comments on commit 2a4d263

Please sign in to comment.