Skip to content

Commit

Permalink
fix: updating test type
Browse files Browse the repository at this point in the history
  • Loading branch information
mydatahack committed Feb 2, 2024
1 parent 98d784d commit 35fd37f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { ThemeProvider } from 'styled-components'

import { theme } from '../styles/theme'

// children: ReactNode will error after upgrading to node 20...
const ThemeWrapper = ({ children }: { children?: any }) => {
return <ThemeProvider theme={theme}>{children}</ThemeProvider>
}
Expand Down

0 comments on commit 35fd37f

Please sign in to comment.