Skip to content

Commit

Permalink
remove commented out jest config lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ghernandez345 committed Jan 16, 2025
1 parent 7e09f72 commit 9276132
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions frontend/test/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ const config: Config = {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$":
"<rootDir>/frontend/__mocks__/fileMock.js",
"\\.(css|scss|sass)$": "identity-obj-proxy",
// "react-markdown":
// "<rootDir>/node_modules/react-markdown/react-markdown.min.js",
// "remark-gfm": "<rootDir>/node_modules/remark-gfm/index.js",
// "micromark-extension-gfm":
// "<rootDir>/node_models/micromark-extension-gfm/index.js",
},
testMatch: ["**/*tests.[jt]s?(x)"],
setupFilesAfterEnv: ["<rootDir>/frontend/test/test-setup.ts"],
Expand All @@ -47,7 +42,6 @@ const config: Config = {
url: "http://localhost:8080",
customExportConditions: [""],
},
// transformIgnorePatterns: ["node_modules/(?!react-markdown/)"],
transformIgnorePatterns: [`/node_modules/(?!(${esModules})/)`],
globals: {
TransformStream,
Expand Down

0 comments on commit 9276132

Please sign in to comment.