export type TestFnSuccessEvent = {
  type: 'test_fn_success';
  testFilePath: string;
  testId: string;
};
