export type AddTestFileEvent = {
  type: 'add_test_file';
  testFilePath: string;
};
