Skip to content

Commit

Permalink
Fix test so that it works with latest version of react. See testing-l…
Browse files Browse the repository at this point in the history
  • Loading branch information
taliesins committed Mar 19, 2024
1 parent a6fee25 commit 0f2d59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/hooks/useUpdateTheme.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { renderHook } from '@testing-library/react-hooks';
import { renderHook } from '@testing-library/react'
import { useApi } from '@backstage/core-plugin-api';
import { useUpdateTheme } from './useUpdateTheme';

Expand Down

0 comments on commit 0f2d59a

Please sign in to comment.