Skip to content

Commit

Permalink
Merge pull request Automattic#125 from Rauno56/fix/runTest
Browse files Browse the repository at this point in the history
Fix/run test
  • Loading branch information
rauchg committed Jan 17, 2015
2 parents 489db4a + a295c78 commit 304a246
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "expect.js"
, "version": "0.3.1"
, "description": "BDD style assertions for node and the browser."
, "scripts": {
"test": "mocha --require ./test/common --growl test/expect.js"
}
, "repository": {
"type": "git",
"url": "git://github.com/LearnBoost/expect.js.git"
Expand Down
2 changes: 1 addition & 1 deletion test/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
*/

// expose the globals that are obtained through `<script>` on the browser
expect = require('../expect')
expect = require('../')

0 comments on commit 304a246

Please sign in to comment.