test-full 256 B

12345678
  1. #!/bin/bash
  2. yarn run test:removeTmpDir &&
  3. yarn run test:compile &&
  4. yarn run test:dev &&
  5. $(yarn bin)/nyc --reporter text-summary $(yarn bin)/mocha -- test-tmp/test/index.spec.js --exit &&
  6. yarn run test:removeTmpDir &&
  7. yarn run test:mocha-memory-performance