Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
fix: resolve upgraded dependency incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
sbolel committed Aug 17, 2023
1 parent e072eab commit fbb2330
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion config/jest/setupTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { enableFetchMocks } from 'jest-fetch-mock'
enableFetchMocks()

import '@testing-library/jest-dom'
import '@testing-library/jest-dom/extend-expect'

// mock environment variables for the global app config during tests
if (process.env.NODE_ENV === 'test') {
Expand Down
1 change: 0 additions & 1 deletion src/components/mui/Avatar.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { render, cleanup } from '@testing-library/react'
import '@testing-library/jest-dom/extend-expect'
import { ThemeProvider, lighten } from '@mui/material/styles'
import { createTheme } from '@mui/material'
import Avatar from '@/components/mui/Avatar'
Expand Down

0 comments on commit fbb2330

Please sign in to comment.