Skip to content

Commit

Permalink
simplified test config
Browse files Browse the repository at this point in the history
  • Loading branch information
hwellmann committed Aug 2, 2024
1 parent c92e9b8 commit 134915d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 35 deletions.
3 changes: 1 addition & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
module.exports = {
preset: 'jest-preset-angular',
setupFilesAfterEnv: ['<rootDir>/src/setup-jest.ts'],
globalSetup: 'jest-preset-angular/global-setup',
setupFilesAfterEnv: ['jest-preset-angular/setup-jest'],
};
8 changes: 0 additions & 8 deletions src/setup-jest.ts

This file was deleted.

25 changes: 0 additions & 25 deletions src/test-config.helper.ts

This file was deleted.

0 comments on commit 134915d

Please sign in to comment.