jest.config.json 194 B

123456789101112
  1. {
  2. "preset": "ts-jest",
  3. "testEnvironment": "node",
  4. "collectCoverage": true,
  5. "globals":
  6. {
  7. "ts-jest":
  8. {
  9. "tsconfig": "tsconfig.json"
  10. }
  11. }
  12. }