ObjToSchematic/jestconfig.json

8 lines
252 B
JSON
Raw Normal View History

2022-03-02 06:34:42 +08:00
{
"transform": {
"^.+\\.(t|j)sx?$": "ts-jest"
},
"testRegex": "(/test/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"],
"modulePathIgnorePatterns": ["/tests/full/"]
2022-03-02 06:34:42 +08:00
}