test-mocha 113 B

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