diff --git a/src/reports/core.ts b/src/reports/core.ts index ea2cfb5e..93cfbd6f 100644 --- a/src/reports/core.ts +++ b/src/reports/core.ts @@ -20,7 +20,7 @@ export const BuiltInReports = { SuiteList: join(basePath, 'suite-list.hbs'), } as const; -export function getBasePath(report: 'reports'| 'community-reports'): string { +export function getBasePath(report: 'reports'|'community-reports'): string { const runMode = process.env.RUN_MODE || 'cli'; if (runMode === 'cli') {