mirror of
https://github.com/bs-community/blessing-skin-plugins.git
synced 2025-01-09 04:07:51 +08:00
14 lines
305 B
JSON
14 lines
305 B
JSON
{
|
|
"preset": "ts-jest",
|
|
"resetMocks": true,
|
|
"timers": "modern",
|
|
"moduleNameMapper": {
|
|
"blessing-skin": "<rootDir>/types.ts"
|
|
},
|
|
"transform": {
|
|
"^.+\\.svelte$": "@gplane/svelte-jest",
|
|
"^.+\\.tsx?$": "ts-jest"
|
|
},
|
|
"setupFilesAfterEnv": ["@testing-library/jest-dom/extend-expect"]
|
|
}
|