test-mocha 116 B

12345
  1. #!/bin/bash
  2. npm run test:compile
  3. $(npm bin)/mocha $(find test-tmp/test -name '*.spec.js')
  4. npm run test:removeTmpDir