From e9b868ce73d7e34c57773d64148721673d70f210 Mon Sep 17 00:00:00 2001 From: pfg Date: Wed, 23 Jul 2025 19:17:27 -0700 Subject: [PATCH] update snapshot snapshot for the new diff format --- .../__snapshots__/snapshot.test.ts.snap | 23 +++++++++++-------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/test/js/bun/test/snapshot-tests/snapshots/__snapshots__/snapshot.test.ts.snap b/test/js/bun/test/snapshot-tests/snapshots/__snapshots__/snapshot.test.ts.snap index d649371c77..c8155b9c06 100644 --- a/test/js/bun/test/snapshot-tests/snapshots/__snapshots__/snapshot.test.ts.snap +++ b/test/js/bun/test/snapshot-tests/snapshots/__snapshots__/snapshot.test.ts.snap @@ -611,15 +611,18 @@ exports[`snapshot numbering: hinted 1`] = `"hello"`; exports[`indented inline snapshots 4`] = ` "\x1B[2mexpect(\x1B[0m\x1B[31mreceived\x1B[0m\x1B[2m).\x1B[0mtoMatchInlineSnapshot\x1B[2m(\x1B[0m\x1B[32mexpected\x1B[0m\x1B[2m)\x1B[0m -Expected: \x1B[2m -\x1B[0m\x1B[32m \x1B[0m\x1B[2m{ - \x1B[0m\x1B[32m \x1B[0m\x1B[2m"a": 2, -\x1B[0m\x1B[32m \x1B[0m\x1B[2m} -\x1B[0m -Received: \x1B[2m -\x1B[0m\x1B[2m{ - \x1B[0m\x1B[2m"a": 2, -\x1B[0m\x1B[2m} -\x1B[0m + \x1B[0m\x1B[2m\x1B[0m +\x1B[32m- \x1B[0m\x1B[32m\x1B[7m {\x1B[0m +\x1B[32m- \x1B[0m\x1B[32m\x1B[7m "a": 2,\x1B[0m +\x1B[32m- \x1B[0m\x1B[32m\x1B[7m \x1B[0m\x1B[32m}\x1B[0m +\x1B[32m- \x1B[0m\x1B[32m\x1B[0m +\x1B[31m+ \x1B[0m\x1B[31m\x1B[7m{\x1B[0m +\x1B[31m+ \x1B[0m\x1B[31m\x1B[7m "a": 2,\x1B[0m +\x1B[31m+ \x1B[0m\x1B[31m\x1B[7m\x1B[0m\x1B[31m}\x1B[0m +\x1B[31m+ \x1B[0m\x1B[31m\x1B[0m + +\x1B[32m- Expected - 3\x1B[0m +\x1B[31m+ Received + 3\x1B[0m + " `;