Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
VidhiRambhia committed Nov 23, 2023
1 parent b31cfbf commit 4a8b2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/entrypoint-browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ function defineAfterAll(
} else if (typeof optionsOrFn === "object" && typeof maybeFn === "function") {
getRegistry().defineAfterAll(optionsOrFn, maybeFn);
} else {
throw new Error("Unexpected argument for BeforeAll hook");
throw new Error("Unexpected argument for AfterAll hook");
}
}

Expand Down

0 comments on commit 4a8b2b0

Please sign in to comment.