|
102 | 102 | "test:integration": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.test.js\"", |
103 | 103 | "test:basic": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/{TestCasesNormal,StatsTestCases,ConfigTestCases}.test.js\"", |
104 | 104 | "test:unit": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.unittest.js\"", |
105 | | - "travis:integration": "yarn cover:init && yarn cover:integration --ci $JEST && yarn cover:report-min", |
| 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", |
106 | 107 | "travis:basic": "yarn test:basic --ci $JEST", |
107 | 108 | "travis:unit": "yarn cover:init && yarn cover:unit --ci", |
108 | 109 | "travis:lint": "yarn lint", |
|
127 | 128 | "cover:all": "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --coverage", |
128 | 129 | "cover:single": "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --coverage", |
129 | 130 | "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)\"", |
130 | 133 | "cover:unit": "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.unittest.js\" --coverage", |
131 | 134 | "cover:report": "istanbul report", |
132 | 135 | "cover:report-min": "istanbul report --report lcovonly" |
|
0 commit comments