Skip to content

Commit

Permalink
test: add vitest ded imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lwhiteley committed Jan 6, 2024
1 parent c5be3b3 commit 8a78f00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/history-utility/src/history-utility.spec.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { StrictMode } from 'react';
import { fireEvent, render } from '@testing-library/react';
import { useSnapshot } from 'valtio';
import { describe, expect, it } from 'vitest';

import { proxyWithHistory } from './history-utility';

Expand Down

0 comments on commit 8a78f00

Please sign in to comment.