test-mocha 110 B

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