mirror of
https://github.com/postlight/mercury-parser
synced 2024-11-18 21:28:22 +00:00
5 lines
127 B
Plaintext
5 lines
127 B
Plaintext
|
#!/bin/bash
|
||
|
# Runs the mocha tests
|
||
|
|
||
|
mocha --compilers js:babel-register $(find src -name "*.test.js") --require babel-polyfill
|