File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -16,27 +16,6 @@ const esmModules = [
16
16
] ;
17
17
18
18
module . exports = {
19
- // jest: {
20
- // configure: () => ({
21
- // preset: "ts-jest/presets/js-with-ts",
22
- // testEnvironment: "jsdom",
23
- // clearMocks: true,
24
- // resetMocks: true,
25
- // coverageProvider: "v8",
26
- // verbose: true,
27
- // // @rainbow -me/rainbowkit is already an ESM module and
28
- // // it trips Jest when it tries to transform it, this ignores it
29
- // // transformIgnorePatterns: [
30
- // // `/node_modules/.pnpm/(?!(${esmModules.join("|")}))`,
31
- // // ],
32
- // moduleNameMapper: {
33
- // "\\.(css|styl|less|sass|scss|png|jpg|svg|ttf|woff|woff2)$":
34
- // require.resolve("jest-transform-stub"),
35
- // },
36
- // setupFilesAfterEnv: ["./src/setupTests.ts"],
37
- // testPathIgnorePatterns: ["/e2e/"],
38
- // }),
39
- // },
40
19
webpack : {
41
20
plugins : {
42
21
add : [ new VerifyEnvPlugin ( ) ] ,
You can’t perform that action at this time.
0 commit comments