Skip to content

Commit

Permalink
chore: fix jest test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
vikrantgupta25 committed Sep 18, 2024
1 parent ee5e7c8 commit 1b4219d
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
import '@testing-library/jest-dom/extend-expect';

import {
act,
fireEvent,
render,
screen,
waitFor,
} from '@testing-library/react';
import MockQueryClientProvider from 'providers/test/MockQueryClientProvider';
import React, { useEffect } from 'react';
import { act, fireEvent, render, screen, waitFor } from 'tests/test-utils';
import { IDashboardVariable } from 'types/api/dashboard/getAll';

import VariableItem from './VariableItem';
Expand Down

0 comments on commit 1b4219d

Please sign in to comment.