11/*
22 * For a detailed explanation regarding each configuration property, visit:
3- * https://jestjs.io/docs/en/ configuration.html
3+ * https://jestjs.io/docs/configuration
44 */
55
66module . exports = {
@@ -11,7 +11,7 @@ module.exports = {
1111 // bail: 0,
1212
1313 // The directory where Jest should store its cached dependency information
14- // cacheDirectory: "/private/var/folders/78/wsw4bc497l1b0dlb3f77xh380000gn /T/jest_dx",
14+ // cacheDirectory: "/private/var/folders/mq/wc13nlwj4gdgcyshdy5j1hgr0000gn /T/jest_dx",
1515
1616 // Automatically clear mock calls and instances between every test
1717 // clearMocks: false,
@@ -73,10 +73,10 @@ module.exports = {
7373 // An array of file extensions your modules use
7474 // moduleFileExtensions: [
7575 // "js",
76- // "json",
7776 // "jsx",
7877 // "ts",
7978 // "tsx",
79+ // "json",
8080 // "node"
8181 // ],
8282
@@ -137,7 +137,7 @@ module.exports = {
137137 // snapshotSerializers: [],
138138
139139 // The test environment that will be used for testing
140- testEnvironment : "node" ,
140+ // testEnvironment: "jest-environment- node",
141141
142142 // Options that will be passed to the testEnvironment
143143 // testEnvironmentOptions: {},
@@ -163,7 +163,7 @@ module.exports = {
163163 // testResultsProcessor: undefined,
164164
165165 // This option allows use of a custom test runner
166- // testRunner: "jasmine2 ",
166+ // testRunner: "jest-circus/runner ",
167167
168168 // This option sets the URL for the jsdom environment. It is reflected in properties such as location.href
169169 // testURL: "http://localhost",
0 commit comments