Skip to content

Commit

Permalink
tweak test name
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish committed Nov 24, 2023
1 parent 6ded334 commit 09dcf0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/vite-dev-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ test.describe("Vite dev", () => {
expect(pageErrors).toEqual([]);
});

test("server error stacktrace", async ({ page }) => {
test("request errors map to original source code", async ({ page }) => {
let pageErrors: unknown[] = [];
page.on("pageerror", (error) => pageErrors.push(error));

Expand Down

0 comments on commit 09dcf0a

Please sign in to comment.