diff options
author | John McLear <john@mclear.co.uk> | 2014-11-25 22:47:22 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2014-11-25 22:47:22 +0000 |
commit | 3ac833d455dcf280e69c04a54cf7acd2e35dd91a (patch) | |
tree | 1692e0cf9eafdf110159d3542206c910ccef612a /bin/backendTests.sh | |
parent | ad7de8277d75d6029d81d0039e40f80c9fb796e2 (diff) | |
download | etherpad-lite-3ac833d455dcf280e69c04a54cf7acd2e35dd91a.zip |
basic test runner
Diffstat (limited to 'bin/backendTests.sh')
-rwxr-xr-x | bin/backendTests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/backendTests.sh b/bin/backendTests.sh new file mode 100755 index 00000000..ab07e012 --- /dev/null +++ b/bin/backendTests.sh @@ -0,0 +1 @@ +src/node_modules/mocha/bin/mocha --timeout 5000 --reporter nyan tests/backend/specs |