Skip to content

Commit

Permalink
Fix test imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dkmyta committed Oct 25, 2024
1 parent 7572620 commit b2caf51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { render, screen } from '@testing-library/react';
import ThreatsDataViews from '..';
import { Threat } from '../types';
import { type Threat } from '../types';

const data = [
{
Expand All @@ -23,6 +23,7 @@ const data = [
marks: {},
},
source: null,
fixer: null,
},
] as Threat[];

Expand Down

0 comments on commit b2caf51

Please sign in to comment.