export type AddTestEvent = {
    type: 'add_test';
    testFilePath: string;
    testId: string;
};
