UNPKG

@mihalcan/shallow-render-schematics

Version:
11 lines (10 loc) 249 B
module.exports = { globals: { 'ts-jest': { tsConfig: '<rootDir>/tsconfig.spec.json', }, }, preset: 'ts-jest', testEnvironment: 'node', testPathIgnorePatterns: ['<rootDir>/src/component/files', '<rootDir>/dist'], };