first load
This commit is contained in:
12
jest.config.mjs
Normal file
12
jest.config.mjs
Normal file
@@ -0,0 +1,12 @@
|
||||
const config = {
|
||||
coverageProvider: "v8",
|
||||
testEnvironment: "jsdom",
|
||||
preset: "rollup-jest",
|
||||
transform: {
|
||||
"^.+.tsx?$": ["ts-jest", {}],
|
||||
},
|
||||
transformIgnorePatterns: ["node_modules/(?!(react-merge-refs)/)"],
|
||||
setupFilesAfterEnv: ["@testing-library/jest-dom", "<rootDir>/jest.setup.js"],
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user