df21b9de53
wip acceptence tests run, but don't all pass wip removed npm-debug from git
5 lines
108 B
Bash
5 lines
108 B
Bash
#!/bin/bash
|
|
set -e;
|
|
MOCHA="node_modules/.bin/mocha --recursive --reporter spec --timeout 15000"
|
|
$MOCHA "$@"
|