Commit 346a5f67 346a5f679d0fa8847087515bf21fa95d52430347 by Vincent Peybernes

Add npm test runner

1 parent 538ce78e
......@@ -7,5 +7,8 @@
"mocha": "*",
"karma": "*",
"karma-mocha": "*"
},
"scripts": {
"test" : "./node_modules/.bin/mocha bdd tests/node/**/*Spec.js"
}
}
......