Skip to content

Commit

Permalink
Refactored Refactor: src/screens/PageNotFound from Jest to Vitest #2568
Browse files Browse the repository at this point in the history
  • Loading branch information
rafidoth committed Dec 16, 2024
1 parent 3cd52bb commit 27ce2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/PageNotFound/PageNotFound.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { store } from 'state/store';
import PageNotFound from './PageNotFound';
import i18nForTest from 'utils/i18nForTest';
import useLocalStorage from 'utils/useLocalstorage';
import { expect, describe } from 'vitest';
import { test, expect, describe } from 'vitest';

const { setItem } = useLocalStorage();

Expand Down

0 comments on commit 27ce2c2

Please sign in to comment.