We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c393ec5 commit 86d26c8Copy full SHA for 86d26c8
src/tests/SimpleScreenshot.test.tsx
@@ -2,7 +2,6 @@ import { render, screen } from '@testing-library/react';
2
import '@testing-library/jest-dom';
3
import { vi, describe, test, expect } from 'vitest';
4
import { Timeline } from '../components/timeline/Timeline';
5
-import { TimelineEntry } from '../components/timeline/types';
6
import { convertOpenHandsTrajectory } from '../utils/openhands-converter';
7
8
describe('Simple Screenshot Test', () => {
0 commit comments