summaryrefslogtreecommitdiff
path: root/frontend/src/setupTests.tsx
diff options
context:
space:
mode:
authorPaweł Bernaciak <pawelbernaciak@zohomail.eu>2023-10-27 16:09:31 +0200
committerPaweł Bernaciak <pawelbernaciak@zohomail.eu>2023-10-27 16:09:31 +0200
commit33d1d72d5e7f2e8e7f846bbf8651d7f128765c64 (patch)
tree1b45b9cf6380a7910fa2d37c723af6a1432d5de3 /frontend/src/setupTests.tsx
parent842aaba2300b295f6e046bfaf9f34cb556e203b8 (diff)
New frontend project
Diffstat (limited to 'frontend/src/setupTests.tsx')
-rw-r--r--frontend/src/setupTests.tsx5
1 files changed, 0 insertions, 5 deletions
diff --git a/frontend/src/setupTests.tsx b/frontend/src/setupTests.tsx
deleted file mode 100644
index 8f2609b..0000000
--- a/frontend/src/setupTests.tsx
+++ /dev/null
@@ -1,5 +0,0 @@
-// jest-dom adds custom jest matchers for asserting on DOM nodes.
-// allows you to do things like:
-// expect(element).toHaveTextContent(/react/i)
-// learn more: https://github.com/testing-library/jest-dom
-import '@testing-library/jest-dom';