Skip to content

Commit

Permalink
one leftover rebase mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-codecov committed Dec 12, 2024
1 parent 957fd88 commit bc5ee4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const mocks = vi.hoisted(() => ({
useFlags: vi.fn().mockReturnValue({ renderBundleFilePathColumn: true }),
}))

vi.mock('shared/featureFlags', async (importOriginal) => {
vi.mock('shared/featureFlags', async () => {
const original = await vi.importActual('shared/featureFlags')
return {
...original,
Expand Down

0 comments on commit bc5ee4b

Please sign in to comment.