Skip to content

Commit

Permalink
update a snap
Browse files Browse the repository at this point in the history
  • Loading branch information
dmail committed Aug 2, 2024
1 parent 9241a87 commit 459d88d
Show file tree
Hide file tree
Showing 2 changed files with 474 additions and 86 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,46 @@ bonjour
```console
AssertionError: snapshot comparison failed for "1_log_hello.md"

actual: ↑ 7 lines ↑
actual: 1| # snapshot_tests
2|
3| <sub>
4| Generated by <a href="https://github.com/jsenv/core/tree/main/packages/independent/sn…
5| </sub>
6|
7| ## something
8|
9| ```js
10| console.log("bonjour");
11| ```
12|
↓ 11 lines ↓
expect: ↑ 7 lines ↑
13| ### 1/2 console.log
14|
15| ```console
16| bonjour
17| ```
18|
19| ### 2/2 return
↓ 4 lines ↓
expect: 1| # snapshot_tests
2|
3| <sub>
4| Generated by <a href="https://github.com/jsenv/core/tree/main/packages/independent/sn…
5| </sub>
6|
7| ## something
8|
9| ```js
10| console.log("hello");
11| ```
12|
↓ 11 lines ↓
13| ### 1/2 console.log
14|
15| ```console
16| hello
17| ```
18|
19| ### 2/2 return
↓ 4 lines ↓
--- details ---
"@jsenv/core/packages/independent/snapshot/tests/snapshot_tests/output/1_log_hello.md"
---------------
Expand Down
Loading

0 comments on commit 459d88d

Please sign in to comment.