diff options
| author | physcik <mynameisgennadiy@vk.com> | 2026-04-10 20:45:57 +0500 |
|---|---|---|
| committer | physcik <mynameisgennadiy@vk.com> | 2026-04-10 20:45:57 +0500 |
| commit | e243f101b3266ed98a1b668562a639408ffe36d7 (patch) | |
| tree | 9476be3e45f39c1a07655607002a41a914daf7e3 /front/src/setupTests.ts | |
| parent | fd5b5fedfec1921930257b1003245f3740536556 (diff) | |
router setup
Diffstat (limited to 'front/src/setupTests.ts')
| -rw-r--r-- | front/src/setupTests.ts | 5 |
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'; |
