export type SetupEvent = {
  type: 'setup';
  testFilePath: string;
};
