diff options
Diffstat (limited to 'src/setupTests.js')
-rw-r--r-- | src/setupTests.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setupTests.js b/src/setupTests.js index 8f2609b..1dd407a 100644 --- a/src/setupTests.js +++ b/src/setupTests.js @@ -2,4 +2,4 @@ // 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'; +import "@testing-library/jest-dom"; |