Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Make it possible to use test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
pksunkara committed Oct 29, 2011
1 parent dacc223 commit 79d41e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"main": "./lib/index",
"scripts": {
"test": "vows --spec $(find test -name '*.coffee')",
"test": "vows --spec $(find test -name '*-test.coffee')",
"preinstall": "cake docs && cake lib"
},
"engines": { "node": ">= 0.4.1 < 0.5.0" }
Expand Down

0 comments on commit 79d41e7

Please sign in to comment.