UNPKG

wgo-databank

Version:
12 lines (11 loc) 230 B
module.exports = { preset: "ts-jest", testEnvironment: "node", testMatch: [ "**/tests/**/*.+(ts|tsx|js)", "**/?(*.)+(spec|test).+(ts|tsx|js)", ], transform: { "^.+\\.(ts|tsx)$": "ts-jest", }, };