Skip to content

Commit 4a8b2b0

Browse files
committed
Minor changes
1 parent b31cfbf commit 4a8b2b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/entrypoint-browser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ function defineAfterAll(
156156
} else if (typeof optionsOrFn === "object" && typeof maybeFn === "function") {
157157
getRegistry().defineAfterAll(optionsOrFn, maybeFn);
158158
} else {
159-
throw new Error("Unexpected argument for BeforeAll hook");
159+
throw new Error("Unexpected argument for AfterAll hook");
160160
}
161161
}
162162

0 commit comments

Comments
 (0)