test-full 177 B

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