UNPKG

@tomei/rental

Version:
11 lines 268 B
/** @type {import('ts-jest').JestConfigWithTsJest} */ module.exports = { clearMocks: true, preset: 'ts-jest', testTimeout: 20000, coverageDirectory: "coverage", testEnvironment: 'node', "modulePathIgnorePatterns": [ "<rootDir>/dist" ], };