We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16bfb6d commit dcbea10Copy full SHA for dcbea10
src/components/timeline/__tests__/Timeline.test.tsx
@@ -1,6 +1,6 @@
1
import { render, screen } from '@testing-library/react';
2
import '@testing-library/jest-dom';
3
-import { vi, describe, test, expect, beforeEach } from 'vitest';
+import { vi, describe, test, expect } from 'vitest';
4
import { Timeline } from '../Timeline';
5
import { TimelineEntry } from '../types';
6
0 commit comments