blessing-skin-plugins/jest.config.json

14 lines
305 B
JSON
Raw Normal View History

2020-08-28 09:32:15 +08:00
{
"preset": "ts-jest",
2020-08-31 09:08:31 +08:00
"resetMocks": true,
"timers": "modern",
2020-08-28 09:32:15 +08:00
"moduleNameMapper": {
"blessing-skin": "<rootDir>/types.ts"
2020-08-30 22:38:08 +08:00
},
"transform": {
"^.+\\.svelte$": "@gplane/svelte-jest",
"^.+\\.tsx?$": "ts-jest"
},
"setupFilesAfterEnv": ["@testing-library/jest-dom/extend-expect"]
2020-08-28 09:32:15 +08:00
}