diff options
author | 2024-07-10 00:19:25 +0100 | |
---|---|---|
committer | 2024-07-10 01:51:05 +0100 | |
commit | e7b969f21f3a7133ec89ccb79263648b60e6171f (patch) | |
tree | cea1b82a17c778078450f6766376cbfcd24a849f /src/setupTests.ts | |
parent | Remove unused linting ignores (diff) |
Update tests to work with new Jest version
Diffstat (limited to 'src/setupTests.ts')
-rw-r--r-- | src/setupTests.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setupTests.ts b/src/setupTests.ts index 6a69409..d0de870 100644 --- a/src/setupTests.ts +++ b/src/setupTests.ts @@ -1 +1 @@ -import "@testing-library/jest-dom/extend-expect"; +import "@testing-library/jest-dom"; |