Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Veneman committed Mar 15, 2022
1 parent 031fc6c commit 9b16d8d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions test/create-comment.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1599,10 +1599,6 @@ test.beforeEach(() => {
actual = createCommentMarkdown({ changes: diffFixture })
})

test('it shows the amount of changes', (t) => {
t.true(actual.includes('| changed metrics | 54 |'))
})

test('it shows a table header', (t) => {
t.true(
actual.includes('| metric | current value | value after PR | difference |')
Expand Down
3 changes: 1 addition & 2 deletions test/snapshots/create-comment.test.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ Generated by [AVA](https://avajs.dev).
`### CSS Analytics changes␊
| changed metrics | 54 |␊
|-----------------|-------------------|␊
_Last updated: 2022-03-15T18:29:30.161Z_␊
| metric | current value | value after PR | difference |␊
|--------|---------------|----------------|------------|␊
Expand Down
Binary file modified test/snapshots/create-comment.test.js.snap
Binary file not shown.

0 comments on commit 9b16d8d

Please sign in to comment.