built-to-spell/workers-site/jestconfig.json

8 lines
145 B
JSON
Raw Permalink Normal View History

{
"transform": {
"^.+\\.(t|j)sx?$": "ts-jest"
},
"testRegex": "/test/.*\\.test\\.ts$",
"collectCoverageFrom": ["src/**/*.{ts,js}"]
}