Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma11hewThomas committed Jan 15, 2025
1 parent b088784 commit 949c119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reports/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit 949c119

Please sign in to comment.