test-full 134 B

12345
  1. #!/bin/bash
  2. npm run test:compile
  3. $(npm bin)/istanbul cover $(npm bin)/_mocha -- test-tmp/test/**/**.spec.js
  4. npm run test:removeTmpDir