Fixed jest test issue

This commit is contained in:
Dustin Brett 2021-06-05 21:30:31 -07:00
parent c17cf93f6d
commit 781065374a

View File

@ -3,5 +3,6 @@ module.exports = {
setupFilesAfterEnv: [
'@testing-library/jest-dom/extend-expect',
'<rootDir>/jest.setup.js'
]
],
testEnvironment: 'jsdom'
};