UNPKG
ticket-auth-project
Version:
latest (0.0.2)
0.0.2
0.0.1
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
ticket-auth-project
/
test
/
jest-e2e.json
10 lines
(9 loc)
•
183 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"moduleFileExtensions"
: [
"js"
,
"json"
,
"ts"
],
"rootDir"
:
"."
,
"testEnvironment"
:
"node"
,
"testRegex"
:
".e2e-spec.ts$"
,
"transform"
: {
"^.+
\\
.(t|j)s$"
:
"ts-jest"
} }