Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheraff committed Oct 8, 2023
1 parent d83bc7e commit fa3c0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ test("back-reference: circular array reference", () => {
`);
});

test("back-reference: non-circular complex reference", () => {
test("back-reference: referential equality", () => {
const t = createTson({
nonce: () => "__tson",
types: [tsonDate],
Expand Down

0 comments on commit fa3c0b6

Please sign in to comment.