mirror of
https://gitee.com/bimuziyan/ccc-obfuscated-code.git
synced 2026-05-21 07:28:54 +08:00
update
This commit is contained in:
7
node_modules/javascript-obfuscator/scripts/test-coveralls
generated
vendored
Normal file
7
node_modules/javascript-obfuscator/scripts/test-coveralls
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
yarn run test:removeTmpDir &&
|
||||
yarn run test:compile &&
|
||||
$(yarn bin)/nyc $(yarn bin)/mocha -- test-tmp/test/index.spec.js --exit &&
|
||||
$(yarn bin)/nyc report --reporter=text-lcov | $(yarn bin)/coveralls &&
|
||||
yarn run test:removeTmpDir
|
||||
Reference in New Issue
Block a user