Skip to content

Commit 907a661

Browse files
🚦 Update Jest
1 parent 4c98c57 commit 907a661

File tree

2 files changed

+1305
-2141
lines changed

2 files changed

+1305
-2141
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"build:types": "tsc --emitDeclarationOnly",
2626
"check-types": "tsc --noEmit",
2727
"release": "yarn test && yarn build && release-it",
28-
"test": "jest",
28+
"test": "jest --forceExit",
2929
"test:dev": "jest --watch",
30-
"test:ci": "jest --ci --runInBand --coverage"
30+
"test:ci": "jest --ci --runInBand --coverage --forceExit"
3131
},
3232
"husky": {
3333
"hooks": {
@@ -65,12 +65,12 @@
6565
"@babel/types": "^7.6.3",
6666
"@favoloso/conventional-changelog-emoji": "^0.10.0",
6767
"@release-it/conventional-changelog": "^1.1.0",
68-
"@types/jest": "^24.0.19",
68+
"@types/jest": "^27.4.1",
6969
"babel-test": "^0.2.3",
7070
"conventional-changelog-cli": "^2.0.25",
7171
"husky": "^4.2.3",
72-
"jest": "^24.9.0",
73-
"jest-file-snapshot": "^0.3.7",
72+
"jest": "^27.5.1",
73+
"jest-file-snapshot": "^0.5.0",
7474
"release-it": "13.7.1",
7575
"rimraf": "^3.0.2",
7676
"typescript": "^3.6.4"
@@ -90,4 +90,4 @@
9090
"optional": true
9191
}
9292
}
93-
}
93+
}

0 commit comments

Comments
 (0)