Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
Fix export global for buster.testRunner
Browse files Browse the repository at this point in the history
  • Loading branch information
cjohansen committed Nov 15, 2014
1 parent 88ba946 commit 7a10e17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lib/test-runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
// In case someone overwrites/mocks out timers later on
var setTimeout = window.setTimeout;
this.buster = this.buster || {};
this.buster.test = this.buster.test || {};
this.buster.test.runner = m(
this.buster.testRunner = m(
this.bane,
this.when,
this._,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "buster-test",
"version": "0.7.10",
"version": "0.7.11",
"description": "Promised based evented xUnit and BDD style test runner for JavaScript",
"homepage": "http://busterjs.org/docs/buster-test",
"author": "Christian Johansen",
Expand Down

0 comments on commit 7a10e17

Please sign in to comment.