test-mocha 143 B

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