mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-02 11:11:58 -05:00
4 lines
108 B
Bash
Executable file
4 lines
108 B
Bash
Executable file
#!/bin/bash
|
|
set -e;
|
|
MOCHA="node_modules/.bin/mocha --recursive --reporter spec --timeout 15000"
|
|
$MOCHA "$@"
|