Skip to content

Commit 9de88d3

Browse files
committedFeb 19, 2025·
chore: lint
1 parent 01a34a5 commit 9de88d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/hash.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { hash } from "../src";
33

44
describe("hash", () => {
55
it("hash", () => {
6-
const obj = { foo: "bar" }
6+
const obj = { foo: "bar" };
77
expect(hash(obj)).toMatchInlineSnapshot(
88
`"g82Nh7Lh3CURFX9zCBhc5xgU0K7L0V1qkoHyRsKNqA4"`,
99
);

0 commit comments

Comments
 (0)
Please sign in to comment.