/** * Test fixture: hook script without default export */ export function notDefault() { return { result: 'wrong export' }; }