Skip to content

Commit

Permalink
chore: better description
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjessop committed Sep 4, 2024
1 parent fbe1957 commit 867e4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest-pool-workers/test/console.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ test("handles detatched console methods", async ({
"index.test.ts": dedent`
import { SELF } from "cloudflare:test";
import { expect, it } from "vitest";
it("no crash console", async () => {
it("does not crash when using a detached console method", async () => {
const fn = console["debug"];
fn("Does not crash");
expect(true).toBe(true);
Expand Down

0 comments on commit 867e4d3

Please sign in to comment.