Skip to content

Commit

Permalink
fixed npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
stutrek committed Aug 1, 2013
1 parent 0d8e911 commit f22a071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "Know when you can release objects for garbage collection",
"main": "releasable.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "node tests/tests.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f22a071

Please sign in to comment.