Add tests for Beats

This commit is contained in:
Jonathan Cremin 2014-12-04 16:29:39 +00:00
parent 1a7896716f
commit 7cc68d1968
4 changed files with 62 additions and 1 deletions

View file

@ -4,7 +4,7 @@
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "./node_modules/mocha/bin/mocha"
"test": "./node_modules/mocha/bin/mocha --timeout=5000"
},
"engines": {
"node": "0.10.x"