@@ -138,40 +138,7 @@ module.exports = {
138138
139139 // The test environment that will be used for testing
140140 testEnvironment : "node" ,
141-
142- // Options that will be passed to the testEnvironment
143- // testEnvironmentOptions: {},
144-
145- // Adds a location field to test results
146- // testLocationInResults: false,
147-
148- // The glob patterns Jest uses to detect test files
149- // testMatch: [
150- // "**/__tests__/**/*.[jt]s?(x)",
151- // "**/?(*.)+(spec|test).[tj]s?(x)"
152- // ],
153-
154- // An array of regexp pattern strings that are matched against all test paths, matched tests are skipped
155- // testPathIgnorePatterns: [
156- // "/node_modules/"
157- // ],
158-
159- // The regexp pattern or array of patterns that Jest uses to detect test files
160- // testRegex: [],
161-
162- // This option allows the use of a custom results processor
163- // testResultsProcessor: undefined,
164-
165- // This option allows use of a custom test runner
166- // testRunner: "jasmine2",
167-
168- // This option sets the URL for the jsdom environment. It is reflected in properties such as location.href
169- // testURL: "http://localhost",
170-
171- // Setting this value to "fake" allows the use of fake timers for functions such as "setTimeout"
172- // timers: "real",
173-
174- // A map from regular expressions to paths to transformers
141+ testPathIgnorePatterns : [ "/node_modules/" , "/dist/" , "shareableMapMixedWorker.js" ] ,
175142 transform : {
176143 "^.+\\.tsx?$" : "ts-jest"
177144 } ,
0 commit comments