Skip to content

Commit

Permalink
Merge pull request #1608 from skaut/vite
Browse files Browse the repository at this point in the history
Migrated frontend to vite
  • Loading branch information
marekdedic authored Sep 5, 2024
2 parents 37fa28c + de073b0 commit 66f7485
Show file tree
Hide file tree
Showing 7 changed files with 1,010 additions and 4,046 deletions.
14 changes: 5 additions & 9 deletions packages/frontend/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,10 @@ module.exports = {
testMatch: ["<rootDir>/__tests__/**/*.test.{js,jsx,ts,tsx}"],
transform: {
// eslint-disable-next-line @typescript-eslint/naming-convention -- The key is a glob matching files
"^.+\\.jsx?$": [
"babel-jest",
{
presets: ["react-app"],
},
],
// eslint-disable-next-line @typescript-eslint/naming-convention -- The key is a glob matching files
"^.+\\.tsx?$": "ts-jest",
"^.+\\.(j|t)sx?$": ["ts-jest", { tsconfig: "test.tsconfig.json" }],
},
transformIgnorePatterns: ["node_modules/(?!react-markdown)/"],
transformIgnorePatterns: [
"node_modules/(?!react-markdown)/",
"node_modules/@testing-library/",
],
};
Loading

0 comments on commit 66f7485

Please sign in to comment.