Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm committed Oct 13, 2023
1 parent 5eb218b commit e701d3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@ type RunTestFixtureOptions = {
checkResult?: (err: Error | null, stdout: string, stderr: string) => void;
/** Check the collected results, e.g. via `collector.sortedSpans`. */
checkCollector?: (collector: TestCollector) => void;
}
};

/**
* Run a script that uses otel tracing and check the results.
Expand Down

0 comments on commit e701d3c

Please sign in to comment.