Files
WowUp/wowup-lib/jestconfig.json
2026-01-12 12:12:53 -06:00

10 lines
282 B
JSON

{
"transform": {
"^.+\\.(t|j)sx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"],
"testEnvironment": "jest-environment-jsdom",
"silent": false,
"automock": false
}