This commit is contained in:
Simon Knott 2025-02-07 10:37:43 +01:00
parent 3b8130c07f
commit 3990a2d726
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -27,7 +27,7 @@ import { TestCaseView } from './testCaseView';
import { TestFilesHeader, TestFilesView } from './testFilesView';
import './theme.css';
import { filterMetadata } from './metadataView';
import type { GitCommitInfo } from '@playwright/isomorphic/types';
import type { GitCommitInfo } from '@testIsomorphic/types';
export const GitCommitInfoContext = React.createContext<GitCommitInfo | undefined>(undefined);