We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dae5d1b commit 7730923Copy full SHA for 7730923
test/drivers/utils.ts
@@ -82,7 +82,7 @@ export function testDriver(opts: TestOptions) {
82
83
it("serialize (error for non primitives)", async () => {
84
class Test {}
85
- expect(
+ await expect(
86
ctx.storage.setItem("/data/badvalue.json", new Test())
87
).rejects.toThrow("[unstorage] Cannot stringify value!");
88
});
0 commit comments