test-mocha 139 B

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