1 2 3 4 5 6 7 8
module.exports = { preset: 'ts-jest', testEnvironment: 'node', testMatch: ['**/__tests__/**/*.test.ts'], moduleNameMapper: { '^better-sqlite3$': '<rootDir>/src/__tests__/__mocks__/better-sqlite3.js', }, }