Skip to content

Commit

Permalink
Update test command in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
skomski committed Jun 8, 2012
1 parent f0eb1f6 commit ac19eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -13,10 +13,10 @@
"lib": "."
},
"scripts": {
"test": "node test/test.js"
"test": "node test/test-sync.js && node test/test-async.js"
},
"engines": {
"node": ">= 0.6.11"
"node": ">= 0.6.18"
},
"dependencies": {
},
Expand Down

0 comments on commit ac19eec

Please sign in to comment.