Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mandeepnh5 committed Dec 25, 2024
1 parent b074914 commit a4a7f4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import { render, screen } from '@testing-library/react';
import InfiniteScrollLoader from './InfiniteScrollLoader';
import { describe, test, expect, vi } from 'vitest';
import { describe, test, expect } from 'vitest';

describe('Testing InfiniteScrollLoader component', () => {
test('Component should be rendered properly', () => {
Expand Down

0 comments on commit a4a7f4e

Please sign in to comment.