Skip to content

Commit

Permalink
resolved coderabbit conversation
Browse files Browse the repository at this point in the history
  • Loading branch information
syedali237 committed Feb 2, 2025
1 parent b8a308e commit bf5a8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setupTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// expect(element).toHaveTextContent(/react/i)
// learn more: https://github.com/testing-library/jest-dom
import '@testing-library/jest-dom';
import { vi } from 'vitest';
global.fetch = vi.fn();

Check warning on line 7 in src/setupTests.ts

View check run for this annotation

Codecov / codecov/patch

src/setupTests.ts#L7

Added line #L7 was not covered by tests

import { format } from 'util';
Expand All @@ -25,7 +26,6 @@ import 'bootstrap/dist/css/bootstrap.css';
import 'bootstrap/dist/js/bootstrap.min.js';
import 'react-datepicker/dist/react-datepicker.css';
import 'flag-icons/css/flag-icons.min.css';
import { vi } from 'vitest';

jestPreviewConfigure({
// Opt-in to automatic mode to preview failed test case automatically.
Expand Down

0 comments on commit bf5a8c3

Please sign in to comment.