Skip to content

Commit bbdfb9c

Browse files
chore: apply automated fixes
1 parent db2ad50 commit bbdfb9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ describe("ofetch", () => {
168168
method: "POST",
169169
body: data,
170170
});
171-
expect(body).toMatchObject({ foo: 'bar' });
171+
expect(body).toMatchObject({ foo: "bar" });
172172
});
173173

174174
it("404", async () => {

0 commit comments

Comments
 (0)