Skip to content

Commit 391cd84

Browse files
committed
rewrite scripts
1 parent 840a116 commit 391cd84

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@
102102
"test:integration": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.test.js\"",
103103
"test:basic": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/{TestCasesNormal,StatsTestCases,ConfigTestCases}.test.js\"",
104104
"test:unit": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.unittest.js\"",
105-
"travis:integration1": "yarn cover:init && yarn cover:integration1 --ci $JEST && yarn cover:report-min",
106-
"travis:integration2": "yarn cover:init && yarn cover:integration2 --ci $JEST && yarn cover:report-min",
105+
"travis:integration1": "yarn cover:init && yarn cover:integration \"test/((?!TestCases)|TestCasesD)\" --ci $JEST && yarn cover:report-min",
106+
"travis:integration2": "yarn cover:init && yarn cover:integration \"test/TestCases(?!D)\" --ci $JEST && yarn cover:report-min",
107107
"travis:basic": "yarn test:basic --ci $JEST",
108108
"travis:unit": "yarn cover:init && yarn cover:unit --ci",
109109
"travis:lint": "yarn lint",
@@ -128,8 +128,6 @@
128128
"cover:all": "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --coverage",
129129
"cover:single": "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --coverage",
130130
"cover:integration": "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.test.js\" --coverage",
131-
"cover:integration1": "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.test.js\" --coverage \"test/((?!TestCases)|TestCasesD)\"",
132-
"cover:integration2": "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.test.js\" --coverage \"test/TestCases(?!D)\"",
133131
"cover:unit": "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.unittest.js\" --coverage",
134132
"cover:report": "istanbul report",
135133
"cover:report-min": "istanbul report --report lcovonly"

0 commit comments

Comments
 (0)