We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31cfbf commit 4a8b2b0Copy full SHA for 4a8b2b0
lib/entrypoint-browser.ts
@@ -156,7 +156,7 @@ function defineAfterAll(
156
} else if (typeof optionsOrFn === "object" && typeof maybeFn === "function") {
157
getRegistry().defineAfterAll(optionsOrFn, maybeFn);
158
} else {
159
- throw new Error("Unexpected argument for BeforeAll hook");
+ throw new Error("Unexpected argument for AfterAll hook");
160
}
161
162
0 commit comments