10 lines
184 B
JSON
10 lines
184 B
JSON
|
|
{
|
||
|
|
"moduleFileExtensions": ["js", "json", "ts"],
|
||
|
|
"rootDir": "./unit",
|
||
|
|
"testEnvironment": "node",
|
||
|
|
"testRegex": ".spec.ts$",
|
||
|
|
"transform": {
|
||
|
|
"^.+\\.(t|j)s$": "ts-jest"
|
||
|
|
}
|
||
|
|
}
|