Skip to content

Commit b275660

Browse files
committed
clean craco conf
1 parent 5226605 commit b275660

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

packages/builder/craco.config.js

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,6 @@ const esmModules = [
1616
];
1717

1818
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-
// },
4019
webpack: {
4120
plugins: {
4221
add: [new VerifyEnvPlugin()],

0 commit comments

Comments
 (0)