update snapshot snapshot for the new diff format

This commit is contained in:
pfg
2025-07-23 19:17:27 -07:00
parent dda5fdd112
commit e9b868ce73

View File

@@ -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
"
`;