mirror of
https://github.com/WowUp/WowUp.git
synced 2026-07-30 14:57:12 -04:00
10 lines
282 B
JSON
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
|
|
} |