Skip to content

Commit

Permalink
FIX 💥 Error with cause by default (#4489)
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz authored Nov 6, 2024
1 parent fc85cbb commit 6ba89c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { expect } from "vitest";
import { expect } from 'vitest';

export async function expectThrowWithCause(
promise: Promise<unknown>,
Expand Down

0 comments on commit 6ba89c5

Please sign in to comment.