We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a345261 commit b59cbd2Copy full SHA for b59cbd2
jest.config.ts
@@ -31,7 +31,7 @@ export default {
31
// ],
32
33
// Indicates which provider should be used to instrument code for coverage
34
- coverageProvider: "v8",
+ coverageProvider: 'v8',
35
36
// A list of reporter names that Jest uses when writing coverage reports
37
// coverageReporters: [
@@ -137,7 +137,7 @@ export default {
137
// snapshotSerializers: [],
138
139
// The test environment that will be used for testing
140
- testEnvironment: "jest-environment-jsdom-global",
+ testEnvironment: 'jest-environment-jsdom-global',
141
142
// Options that will be passed to the testEnvironment
143
// testEnvironmentOptions: {},
0 commit comments