@@ -23,15 +23,15 @@ export default {
23
23
// collectCoverageFrom: undefined,
24
24
25
25
// The directory where Jest should output its coverage files
26
- coverageDirectory : " coverage" ,
26
+ coverageDirectory : ' coverage' ,
27
27
28
28
// An array of regexp pattern strings used to skip coverage collection
29
29
// coveragePathIgnorePatterns: [
30
30
// "/node_modules/"
31
31
// ],
32
32
33
33
// Indicates which provider should be used to instrument code for coverage
34
- coverageProvider : "v8" ,
34
+ coverageProvider : 'v8' ,
35
35
36
36
// A list of reporter names that Jest uses when writing coverage reports
37
37
// coverageReporters: [
@@ -100,7 +100,7 @@ export default {
100
100
// notifyMode: "failure-change",
101
101
102
102
// A preset that is used as a base for Jest's configuration
103
- preset : " ts-jest" ,
103
+ preset : ' ts-jest' ,
104
104
105
105
// Run tests from one or more projects
106
106
// projects: undefined,
@@ -144,7 +144,7 @@ export default {
144
144
// snapshotSerializers: [],
145
145
146
146
// The test environment that will be used for testing
147
- testEnvironment : " node" ,
147
+ testEnvironment : ' node' ,
148
148
149
149
// Options that will be passed to the testEnvironment
150
150
// testEnvironmentOptions: {},
0 commit comments