test-full 202 B

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