Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #321 from tricknotes/test-script
Browse files Browse the repository at this point in the history
Fix test script
  • Loading branch information
assaf committed Apr 26, 2012
2 parents ba3104e + d03f2c2 commit 802f0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -13,7 +13,7 @@
"html", "html5", "dom", "css", "javascript", "integration", "ajax", "full-stack", "DSL" ],
"main": "lib/zombie",
"scripts": {
"test": "mocha"
"test": "./node_modules/.bin/mocha"
},
"engines": {
"node": ">= 0.6.0"
Expand Down

0 comments on commit 802f0ca

Please sign in to comment.