Skip to content

Commit b59cbd2

Browse files
🚿 Fix quotes
1 parent a345261 commit b59cbd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jest.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default {
3131
// ],
3232

3333
// Indicates which provider should be used to instrument code for coverage
34-
coverageProvider: "v8",
34+
coverageProvider: 'v8',
3535

3636
// A list of reporter names that Jest uses when writing coverage reports
3737
// coverageReporters: [
@@ -137,7 +137,7 @@ export default {
137137
// snapshotSerializers: [],
138138

139139
// The test environment that will be used for testing
140-
testEnvironment: "jest-environment-jsdom-global",
140+
testEnvironment: 'jest-environment-jsdom-global',
141141

142142
// Options that will be passed to the testEnvironment
143143
// testEnvironmentOptions: {},

0 commit comments

Comments
 (0)