test-full 173 B

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