5 lines
83 B
Bash
5 lines
83 B
Bash
#!/bin/bash
|
|
|
|
./node_modules/.bin/mocha \
|
|
--reporter spec \
|
|
./test/make-array.js |