feat(project): init
This commit is contained in:
8
jest.config.cjs
Normal file
8
jest.config.cjs
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
preset: "ts-jest",
|
||||
testEnvironment: "jsdom",
|
||||
testMatch: ["**/*.test.ts", "**/*.test.tsx"],
|
||||
moduleNameMapper: {
|
||||
"\\.(css|less|scss|sass)$": "identity-obj-proxy",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user