@@ -27,7 +27,7 @@ module.exports = {
2727 // coverageDirectory: null,
2828
2929 // An array of regexp pattern strings used to skip coverage collection
30- coveragePathIgnorePatterns : [ " /node_modules/" ] ,
30+ coveragePathIgnorePatterns : [ ' /node_modules/' ] ,
3131
3232 // A list of reporter names that Jest uses when writing coverage reports
3333 // coverageReporters: [
@@ -57,7 +57,7 @@ module.exports = {
5757
5858 // A set of global variables that need to be available in all test environments
5959 globals : {
60- window : { } ,
60+ window : { } ,
6161 } ,
6262
6363 // An array of directory names to be searched recursively up from the requiring module's location
@@ -129,7 +129,7 @@ module.exports = {
129129 // snapshotSerializers: [],
130130
131131 // The test environment that will be used for testing
132- testEnvironment : " node" ,
132+ testEnvironment : ' node' ,
133133
134134 // Options that will be passed to the testEnvironment
135135 // testEnvironmentOptions: {},
@@ -144,7 +144,7 @@ module.exports = {
144144 // ],
145145
146146 // An array of regexp pattern strings that are matched against all test paths, matched tests are skipped
147- testPathIgnorePatterns : [ " /node_modules/" ] ,
147+ testPathIgnorePatterns : [ ' /node_modules/' ] ,
148148
149149 // The regexp pattern or array of patterns that Jest uses to detect test files
150150 // testRegex: [],
@@ -163,11 +163,11 @@ module.exports = {
163163
164164 // A map from regular expressions to paths to transformers
165165 transform : {
166- " ^.+\\.(t|j)sx?$" : " ts-jest" ,
166+ ' ^.+\\.(t|j)sx?$' : ' ts-jest' ,
167167 } ,
168168
169169 // An array of regexp pattern strings that are matched against all source file paths, matched files will skip transformation
170- transformIgnorePatterns : [ " /node_modules/" ] ,
170+ transformIgnorePatterns : [ ' /node_modules/' ] ,
171171
172172 // An array of regexp pattern strings that are matched against all modules before the module loader will automatically return a mock for them
173173 // unmockedModulePathPatterns: undefined,
@@ -180,4 +180,4 @@ module.exports = {
180180
181181 // Whether to use watchman for file crawling
182182 // watchman: true,
183- } ;
183+ } ;
0 commit comments