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