From fa3c0b6dbdad3e03820efacddebe71f8e0a22ef8 Mon Sep 17 00:00:00 2001 From: Sheraff Date: Sun, 8 Oct 2023 21:10:32 +0200 Subject: [PATCH] rename --- src/index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.test.ts b/src/index.test.ts index 9f73a4f..a37a15d 100644 --- a/src/index.test.ts +++ b/src/index.test.ts @@ -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],