Skip to content

Commit 51b1fe5

Browse files
committed
upgrade jest
1 parent 012da8e commit 51b1fe5

File tree

3 files changed

+155
-156
lines changed

3 files changed

+155
-156
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ matrix:
1414
include:
1515
- os: linux
1616
node_js: "10"
17-
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART="TestCasesHot.test.js|TestCasesHotMultiStep.test.js"
17+
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART="integration"
1818
- os: linux
1919
node_js: "10"
20-
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART="TestCasesHot.test.js|TestCasesHotMultiStep.test.js"
20+
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART="integration"
2121
- os: linux
2222
node_js: "10"
23-
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART="TestCasesHot.test.js|TestCasesHotMultiStep.test.js"
23+
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART="integration"
2424
- os: linux
2525
node_js: "10"
26-
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART="TestCasesHot.test.js|TestCasesHotMultiStep.test.js"
26+
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART="integration"
2727
- os: linux
2828
node_js: "10"
29-
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART="TestCasesHot.test.js|TestCasesHotMultiStep.test.js"
29+
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART="integration"
3030
allow_failures:
3131
- os: osx
3232
fast_finish: true
@@ -38,7 +38,7 @@ install:
3838

3939
script:
4040
- yarn cover:init
41-
- yarn cover:single --ci $JEST $JOB_PART
41+
- yarn cover:$JOB_PART --ci $JEST
4242
- yarn cover:report-min
4343

4444
notifications:

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"istanbul": "^0.4.5",
5353
"jade": "^1.11.0",
5454
"jade-loader": "~0.8.0",
55-
"jest": "23.0.0-charlie.2",
55+
"jest": "23.0.0-charlie.3",
5656
"jest-silent-reporter": "0.0.4",
5757
"json-loader": "^0.5.7",
5858
"less": "^2.5.1",
@@ -132,7 +132,6 @@
132132
"cover:report-min": "istanbul report --report lcovonly"
133133
},
134134
"jest": {
135-
"forceExit": true,
136135
"setupTestFrameworkScriptFile": "<rootDir>/test/setupTestFramework.js",
137136
"testMatch": [
138137
"<rootDir>/test/*.test.js",

0 commit comments

Comments
 (0)