test-mocha 104 B

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