export type TestTodoEvent = {
  type: 'test_todo';
  testFilePath: string;
  testId: string;
};
