Files
ccc-obfuscated-code/node_modules/javascript-obfuscator/scripts/test-full
Pipi Chen b8a3516cd6 update
2020-05-07 01:02:44 +08:00

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