jest.config.js (10 lines of code) (raw):

module.exports = { clearMocks: true, moduleFileExtensions: ["js", "ts"], testEnvironment: "node", testMatch: ["**/*.test.ts"], transform: { "^.+\\.ts$": "ts-jest", }, verbose: true, };