Skip to content

Commit

Permalink
chore: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Dec 10, 2023
1 parent 60fda98 commit 5f1a7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runner/src/fixture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ async function resolveFixtureFunction(
// extract `use` argument
useFnArgPromise.resolve(useFnArg)

// suspend fixture by holding off `useReturnPromise` resolution until cleanup
// suspend fixture teardown by holding off `useReturnPromise` resolution until cleanup
const useReturnPromise = createDefer<void>()
cleanupFnArray.push(async () => {
// start teardown by resolving `use` Promise
Expand Down

0 comments on commit 5f1a7da

Please sign in to comment.