Skip to content

Commit

Permalink
Update Vite and other npm dependencies (part 2)
Browse files Browse the repository at this point in the history
Remaining to update: ESLint, Flow, react-router-dom
  • Loading branch information
ngyikp committed Oct 16, 2024
1 parent e0e6824 commit 669de6a
Show file tree
Hide file tree
Showing 6 changed files with 502 additions and 185 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions jest.config.js → jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ module.exports = {
testEnvironment: 'jsdom',
transform: {
'\\.jsx?$': 'babel-jest',
'\\.css$': '<rootDir>/src/testUtil/cssTransform.js',
'\\.png$': '<rootDir>/src/testUtil/fileTransform.js',
'\\.css$': '<rootDir>/src/testUtil/cssTransform.cjs',
'\\.png$': '<rootDir>/src/testUtil/fileTransform.cjs',
},
transformIgnorePatterns: ['/node_modules/(?!(browser-fs-access))/'],
};
Loading

0 comments on commit 669de6a

Please sign in to comment.