mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 21:59:00 +02:00
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 "$@"
|