UNPKG

@btravers/pdf-snapshot-jest

Version:
10 lines (9 loc) 192 B
module.exports = { rootDir: '.', testRegex: '.*\\.spec\\.ts$', transform: { '\\.ts$': 'ts-jest', }, expand: true, setupFilesAfterEnv: ['<rootDir>/dist/toMatchPdfSnapshot'], };