Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Commit

Permalink
fix(index): Add file which loads the TestRunner
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Jul 18, 2016
1 parent 66aec0c commit 1be6179
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import {TestRunnerFactory} from 'stryker-api/test_runner';
import MochaTestRunner from './MochaTestRunner';

TestRunnerFactory.instance().register('mocha', MochaTestRunner);

0 comments on commit 1be6179

Please sign in to comment.