diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/setupTests.ts | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/setupTests.ts b/src/setupTests.ts index 74b1a27..4dc2c73 100644 --- a/src/setupTests.ts +++ b/src/setupTests.ts @@ -1,5 +1,2 @@ -// 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/extend-expect'; |