Skip to content

Commit

Permalink
changed location of types
Browse files Browse the repository at this point in the history
Signed-off-by: sumukhswamy <[email protected]>
  • Loading branch information
sumukhswamy committed Feb 6, 2024
1 parent df1768f commit 78a029a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion public/components/QueryResults/QueryResults.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

import '@testing-library/jest-dom/extend-expect';
import { configure, fireEvent, render } from '@testing-library/react';
import { AsyncQueryLoadingStatus } from 'common/types';
// import AsyncQueryLoadingStatus from 'common/types/index';
import { AsyncQueryLoadingStatus } from "../../../common/types/index";

Check failure on line 9 in public/components/QueryResults/QueryResults.test.tsx

View workflow job for this annotation

GitHub Actions / Lint

Replace `"../../../common/types/index"` with `'../../../common/types/index'`

import 'mutationobserver-shim';
import React from 'react';
import 'regenerator-runtime';
Expand Down

0 comments on commit 78a029a

Please sign in to comment.