Skip to content

Commit

Permalink
Refactor: Migrated src/components/NotFound/NotFound.test.tsx from Jes…
Browse files Browse the repository at this point in the history
…t to Vitest (#2866)
  • Loading branch information
PratapRathi authored Dec 25, 2024
1 parent 9eef34c commit 8dd63e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import React from 'react';
import { I18nextProvider } from 'react-i18next';
import i18nForTest from 'utils/i18nForTest';

import { render, screen } from '@testing-library/react';
import NotFound from './NotFound';
import { expect, it, describe } from 'vitest';

describe('Tesing the NotFound Component', () => {
it('renders the component with the correct title for posts', () => {
Expand Down

0 comments on commit 8dd63e9

Please sign in to comment.