Skip to content

Commit

Permalink
fix deep scan issues
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuignoto committed Jan 6, 2024
1 parent 262848d commit 3754a71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion coverage/.tmp/coverage-59.json

This file was deleted.

3 changes: 1 addition & 2 deletions src/components/timeline/__tests__/timeline.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { TimelineModel } from '@models/TimelineModel';
import { fireEvent, waitFor } from '@testing-library/react';
import { waitFor } from '@testing-library/react';
import userEvent from '@testing-library/user-event';
import { vi } from 'vitest';
import { customRender, providerProps } from '../../common/test';
Expand Down Expand Up @@ -234,5 +234,4 @@ describe('Timeline', () => {
});
});
});

});

0 comments on commit 3754a71

Please sign in to comment.