Skip to content

Commit

Permalink
Update TableLoader.spec.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
swastikCommits authored Jan 3, 2025
1 parent 58becbd commit 9c14ee6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/TableLoader/TableLoader.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import React from 'react';
import { render, screen } from '@testing-library/react';
import { BrowserRouter } from 'react-router-dom';
import '@testing-library/jest-dom';
import { vi } from 'vitest';
import { describe, it, beforeAll, expect } from 'vitest';
import { vi, describe, it, beforeAll, expect } from 'vitest';

import type { InterfaceTableLoader } from './TableLoader';
import TableLoader from './TableLoader';
Expand Down

0 comments on commit 9c14ee6

Please sign in to comment.