We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01a34a5 commit 9de88d3Copy full SHA for 9de88d3
test/hash.test.ts
@@ -3,7 +3,7 @@ import { hash } from "../src";
3
4
describe("hash", () => {
5
it("hash", () => {
6
- const obj = { foo: "bar" }
+ const obj = { foo: "bar" };
7
expect(hash(obj)).toMatchInlineSnapshot(
8
`"g82Nh7Lh3CURFX9zCBhc5xgU0K7L0V1qkoHyRsKNqA4"`,
9
);
0 commit comments