4 lines
78 B
Plaintext
4 lines
78 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
./node_modules/.bin/mocha --colors --require ts-node/register $*
|