mirror of
https://github.com/postlight/mercury-parser
synced 2024-11-15 06:12:48 +00:00
5 lines
143 B
Bash
Executable File
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
|