|
52 | 52 | "istanbul": "^0.4.5", |
53 | 53 | "jade": "^1.11.0", |
54 | 54 | "jade-loader": "~0.8.0", |
55 | | - "jest": "23.0.0-alpha.5", |
| 55 | + "jest": "23.0.0-charlie.3", |
56 | 56 | "jest-silent-reporter": "0.0.4", |
57 | 57 | "json-loader": "^0.5.7", |
58 | 58 | "less": "^2.5.1", |
|
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: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", |
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", |
109 | 110 | "travis:benchmark": "yarn benchmark --ci", |
110 | | - "appveyor:integration": "yarn cover:init && yarn cover:integration --ci %JEST% && yarn cover:report-min", |
| 111 | + "appveyor:integration1": "yarn cover:init && yarn cover:integration \"test/((?!TestCases)|TestCasesD)\" --ci %JEST% && yarn cover:report-min", |
| 112 | + "appveyor:integration2": "yarn cover:init && yarn cover:integration \"test/TestCases(?!D)\" --ci %JEST% && yarn cover:report-min", |
111 | 113 | "appveyor:unit": "yarn cover:init && yarn cover:unit --ci && yarn cover:report-min", |
112 | 114 | "appveyor:benchmark": "yarn benchmark --ci", |
113 | 115 | "circleci:test": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --ci", |
|
0 commit comments