rs-toolchain/jest.config.json

12 lines
233 B
JSON
Raw Normal View History

2020-03-24 15:26:10 +02:00
{
"clearMocks": true,
"moduleFileExtensions": ["js", "ts"],
"testEnvironment": "node",
"testMatch": ["**/*.test.ts"],
"testRunner": "jest-circus/runner",
"transform": {
"^.+\\.ts$": "ts-jest"
},
"verbose": true
}