summaryrefslogtreecommitdiff
path: root/front/src/setupTests.ts
diff options
context:
space:
mode:
authorphyscik <mynameisgennadiy@vk.com>2026-04-10 20:45:57 +0500
committerphyscik <mynameisgennadiy@vk.com>2026-04-10 20:45:57 +0500
commite243f101b3266ed98a1b668562a639408ffe36d7 (patch)
tree9476be3e45f39c1a07655607002a41a914daf7e3 /front/src/setupTests.ts
parentfd5b5fedfec1921930257b1003245f3740536556 (diff)
router setup
Diffstat (limited to 'front/src/setupTests.ts')
-rw-r--r--front/src/setupTests.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/front/src/setupTests.ts b/front/src/setupTests.ts
new file mode 100644
index 0000000..8f2609b
--- /dev/null
+++ b/front/src/setupTests.ts
@@ -0,0 +1,5 @@
+// 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';