Skip to content

Commit

Permalink
Merge pull request #136 from rwjblue/add-qunit-default-export
Browse files Browse the repository at this point in the history
Add default export for qunit module as QUnit.
  • Loading branch information
stefanpenner committed Feb 10, 2015
2 parents 92461de + 97a5c02 commit f94fa30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/qunit.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@

export var module = QUnit.module;
export var test = QUnit.test;

export default QUnit;

0 comments on commit f94fa30

Please sign in to comment.