Files
thingiverse-graphql/test/jest-e2e.json
João Geonizeli 0e27984e8e initial commit
2022-08-15 06:25:56 -03:00

10 lines
183 B
JSON

{
"moduleFileExtensions": ["js", "json", "ts"],
"rootDir": ".",
"testEnvironment": "node",
"testRegex": ".e2e-spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
}
}