node-pt / test /jest-e2e.json
bardd's picture
first commit
7b850b7
raw
history blame contribute delete
192 Bytes
{
"moduleFileExtensions": ["js", "json", "ts"],
"rootDir": ".",
"testEnvironment": "node",
"testRegex": ".e2e-spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
}
}