Skip to content

Commit

Permalink
Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
eight04 committed Oct 14, 2022
1 parent aac5424 commit b11bbcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/inject/test/snapshots/test.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ Generated by [AVA](https://avajs.dev).
> Snapshot 1
`const { Promise = "fallback" } = foo;␊
console.log(Promise);␊
␊
`

Expand All @@ -107,6 +108,7 @@ Generated by [AVA](https://avajs.dev).
`function foo({Promise}) {␊
console.log(Promise);␊
}␊
foo();␊
␊
`

Expand All @@ -119,6 +121,7 @@ Generated by [AVA](https://avajs.dev).
function foo({bar = Promise}) {␊
console.log(bar);␊
}␊
foo();␊
␊
`

Expand Down
Binary file modified packages/inject/test/snapshots/test.js.snap
Binary file not shown.

0 comments on commit b11bbcb

Please sign in to comment.