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 dddcaab commit 3cd52bb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +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';

const { setItem } = useLocalStorage();

Expand Down

0 comments on commit 3cd52bb

Please sign in to comment.