Skip to content

Commit

Permalink
remove problematic test type
Browse files Browse the repository at this point in the history
  • Loading branch information
b-cooper committed May 16, 2024
1 parent 8367272 commit 2d2a5e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ describe('DeviceDetailsDeckConfiguration', () => {
it('should render no deck fixtures, if deck configs are not set', () => {
vi.mocked(useNotifyDeckConfigurationQuery).mockReturnValue({
data: [],
} as UseQueryResult<DeckConfiguration>)
} as any)
render(props)
screen.getByText('No deck fixtures')
})
Expand Down

0 comments on commit 2d2a5e5

Please sign in to comment.