Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit dfc4c73

Browse files
author
Michal Vlasák
committed
Fix jest-extended loading
1 parent 7858bad commit dfc4c73

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ module.exports = {
88
collectCoverage: true,
99
// testURL because of problems with jsdom https://github.com/jsdom/jsdom/issues/2304
1010
testURL: "http://localhost",
11-
setupFilesAfterEnv: ['<rootDir>/src/tests/setup.ts'],
11+
setupFilesAfterEnv: ['jest-extended'],
1212
};

src/tests/setup.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)