Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed May 16, 2022
1 parent 72a5781 commit dc87b08
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ describe('c8', () => {
'--extension=.js',
'--extension=.special',
'--temp-directory=tmp/extension',
'--clean=false',
'--clean=true',
nodePath,
require.resolve('./fixtures/custom-ext.special')
])
Expand Down
6 changes: 3 additions & 3 deletions test/integration.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -156,15 +156,15 @@ hey
---------------------------------------|---------|----------|---------|---------|-------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
---------------------------------------|---------|----------|---------|---------|-------------------
All files | 1.98 | 12 | 6.25 | 1.98 |
All files | 1.93 | 12 | 6.25 | 1.93 |
c8 | 0 | 0 | 0 | 0 |
index.js | 0 | 0 | 0 | 0 | 1
c8/bin | 0 | 0 | 0 | 0 |
c8.js | 0 | 0 | 0 | 0 | 1-52
c8/coverage | 0 | 0 | 0 | 0 |
block-navigation.js | 0 | 0 | 0 | 0 | 1-79
block-navigation.js | 0 | 0 | 0 | 0 | 1-87
prettify.js | 0 | 0 | 0 | 0 | 1-2
sorter.js | 0 | 0 | 0 | 0 | 1-170
sorter.js | 0 | 0 | 0 | 0 | 1-196
c8/lib | 0 | 0 | 0 | 0 |
is-cjs-esm-bridge.js | 0 | 0 | 0 | 0 | 1-10
parse-args.js | 0 | 0 | 0 | 0 | 1-218
Expand Down
4 changes: 4 additions & 0 deletions test/integration.js_10.snap
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,11 @@ hey
---------------------------------------|---------|----------|---------|---------|-------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
---------------------------------------|---------|----------|---------|---------|-------------------
<<<<<<< HEAD
All files | 1.91 | 12 | 8.16 | 1.91 |
=======
All files | 1.93 | 12 | 8.16 | 1.93 |
>>>>>>> 1d472bd (chore: update snapshots)
c8 | 0 | 0 | 0 | 0 |
index.js | 0 | 0 | 0 | 0 | 1
c8/bin | 0 | 0 | 0 | 0 |
Expand Down

0 comments on commit dc87b08

Please sign in to comment.