UNPKG

106 BJavaScriptView Raw
1module.exports = {
2 preset: 'jest-preset-angular',
3 setupFilesAfterEnv: ['<rootDir>/setup-jest.ts'],
4};