mercury-parser/test-runner
2016-09-14 14:28:45 -04:00

5 lines
143 B
Bash
Executable File

#!/bin/bash
# Runs the mocha tests
mocha --reporter spec --compilers js:babel-register $(find src -name "*.test.js") --require babel-polyfill