mirror of
https://gitee.com/bimuziyan/ccc-obfuscated-code.git
synced 2026-05-08 12:05:58 +08:00
7 lines
226 B
Bash
7 lines
226 B
Bash
#!/bin/bash
|
|
|
|
yarn run test:removeTmpDir &&
|
|
yarn run test:compile &&
|
|
node test-tmp/test/dev/dev.js &&
|
|
$(yarn bin)/nyc --reporter text-summary $(yarn bin)/mocha -- test-tmp/test/index.spec.js --exit &&
|
|
yarn run test:removeTmpDir |