aboutsummaryrefslogtreecommitdiffstats
path: root/src/setupTests.ts
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-07-10 00:19:25 +0100
committerGravatar Joe Banks <[email protected]>2024-07-10 01:51:05 +0100
commite7b969f21f3a7133ec89ccb79263648b60e6171f (patch)
treecea1b82a17c778078450f6766376cbfcd24a849f /src/setupTests.ts
parentRemove unused linting ignores (diff)
Update tests to work with new Jest version
Diffstat (limited to 'src/setupTests.ts')
-rw-r--r--src/setupTests.ts2
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";