Skip to content

Commit

Permalink
fix(esm): fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Dec 19, 2023
1 parent 329aa26 commit f46d356
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { ReducedReport } from '../report/types.js';
import { generateMdReport } from '../../../assert/utils/md-report.js';

export async function persistFlow(
flow: UserFlow,
flow: any,
{ outPath, format, url }: PersistFlowOptions
): Promise<string[]> {
if (!format.length) {
Expand Down

0 comments on commit f46d356

Please sign in to comment.