Use the default import path for jest-dom.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// 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'
|
||||
import '@testing-library/jest-dom'
|
||||
|
||||
const localStorageMock = (function () {
|
||||
let store = {}
|
||||
|
||||
Reference in New Issue
Block a user