jest.config.ts 70 B

1234
  1. module.exports = {
  2. preset: "ts-jest",
  3. testEnvironment: "node",
  4. };