Skip to content

Commit eb44fdc

Browse files
committed
removed commented config
1 parent 9a3a128 commit eb44fdc

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

jest.config.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,3 @@ const config = {
33
};
44

55
export default config;
6-
7-
// export default {
8-
// transform: {
9-
// ".(ts|tsx)": "ts-jest",
10-
// },
11-
// moduleNameMapper: {
12-
// ".+\\.(css|styl|less|sass|scss|png|jpg|svg|ttf|woff|woff2)$":
13-
// "identity-obj-proxy",
14-
// },
15-
// moduleFileExtensions: ["ts", "tsx", "js", "json"],
16-
// testEnvironment: "jsdom",
17-
// setupFilesAfterEnv: ["@testing-library/jest-dom"],
18-
// };

0 commit comments

Comments
 (0)