Skip to content

Commit f99feef

Browse files
committed
fix: comment about lifecycle methods
1 parent 4a29270 commit f99feef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coverage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export default async (options: IOptions) => {
6464
for (const reporter of options.reporters) {
6565
reporter.onTestBegin(options, exampleCall);
6666
}
67-
// lifecycle methods could be an async or sync
67+
// lifecycle methods could be async or sync
6868
const maybePromise = exampleCall.rule?.beforeRequest(options, exampleCall);
6969
if (maybePromise instanceof Promise) {
7070
await maybePromise;

0 commit comments

Comments
 (0)