Skip to content

Commit 002e020

Browse files
committed
chore: 🤖 (jest) upgrade jest versions
1 parent df741ef commit 002e020

File tree

4 files changed

+3479
-2905
lines changed

4 files changed

+3479
-2905
lines changed

jest.base.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
22
preset: 'jest-preset-angular',
3-
setupFilesAfterEnv: ['<rootDir>/../../setupJest.ts']
3+
setupFilesAfterEnv: ['<rootDir>/../../setupJest.ts'],
4+
globalSetup: 'jest-preset-angular/global-setup',
45
};

0 commit comments

Comments
 (0)