UNPKG

@tomei/product

Version:

NestJS package for product module

15 lines 365 B
/** @type {import('ts-jest').JestConfigWithTsJest} */ module.exports = { clearMocks: true, preset: 'ts-jest', testTimeout: 20000, coverageDirectory: "coverage", testEnvironment: 'node', "modulePathIgnorePatterns": [ "<rootDir>/dist", "<rootDir>/dist" ], "transformIgnorePatterns": [ "node_modules/(?!@ngrx|(?!deck.gl)|ng-dynamic)" ] };