Skip to content

Commit 6198574

Browse files
committed
build: Add jest-circus
1 parent 5b88497 commit 6198574

File tree

3 files changed

+41
-1
lines changed

3 files changed

+41
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
4-
// coverageProvider: 'babel',
4+
testRunner: 'jest-circus/runner',
55
collectCoverageFrom: [
66
'./src/**/*.ts',
77
],

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"eslint-plugin-prettier": "^3.4.0",
4242
"husky": "^6.0.0",
4343
"jest": "26.6.3",
44+
"jest-circus": "26.6.3",
4445
"prettier": "^2.3.0",
4546
"rimraf": "^3.0.2",
4647
"rollup": "^2.50.5",

pnpm-lock.yaml

Lines changed: 39 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)