Skip to content

Commit

Permalink
Expose addOnlyTest to module.
Browse files Browse the repository at this point in the history
  • Loading branch information
lijunle committed Nov 17, 2015
1 parent 6a205da commit f836e35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,4 @@ module.exports.after = runner.addAfterHook.bind(runner);
module.exports.beforeEach = runner.addBeforeEachHook.bind(runner);
module.exports.afterEach = runner.addAfterEachHook.bind(runner);
module.exports.skip = runner.addSkippedTest.bind(runner);
module.exports.only = runner.addOnlyTest.bind(runner);

0 comments on commit f836e35

Please sign in to comment.