UNPKG

serialize-killer

Version:

Make your objects unserializable.

16 lines (15 loc) 321 B
/** @type {import('ts-jest').JestConfigWithTsJest} */ module.exports = { preset: 'ts-jest', testEnvironment: 'node', testPathIgnorePatterns: ['/node_modules/', '<rootDir>/lib/'], clearMocks: true, transform: { '^.+\\.tsx?$': [ 'ts-jest', { isolatedModules: true, }, ], }, };