test-full 174 B

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