export type RunStartEvent = {
  type: 'run_start';
  testFilePath: string;
};
