add test script to package.json

This commit is contained in:
Charles Bourasseau 2012-01-31 18:49:22 +01:00
parent 7acfd0141c
commit 358d77c250

View file

@ -32,6 +32,8 @@
"engines": {
"node": ">=0.1.97"
},
"scripts": { "test": "./node_modules/nodeunit/bin/nodeunit tests/runner.js" },
"licenses": [{
"type" : "MIT",