export type TestFnStartEvent = {
  type: 'test_fn_start';
  testFilePath: string;
  testId: string;
};
