diff --git a/test/index.test.ts b/test/index.test.ts index bc66816d..05f1e9fb 100644 --- a/test/index.test.ts +++ b/test/index.test.ts @@ -168,7 +168,7 @@ describe("ofetch", () => { method: "POST", body: data, }); - expect(body).toMatchObject({ foo: 'bar' }); + expect(body).toMatchObject({ foo: "bar" }); }); it("404", async () => {