mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 21:01:52 +00:00
update snapshot snapshot for the new diff format
This commit is contained in:
@@ -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
|
||||
|
||||
"
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user