UNPKG

163 BJavaScriptView Raw
1module.exports = {
2 preset: 'jest-preset-angular',
3 roots: ['src'],
4 setupFilesAfterEnv: ['<rootDir>/test_setup/setup-jest.ts'],
5 testURL: 'http://localhost/',
6};