Skip to content

Commit

Permalink
fix: update video component Jest snapshots to not include version inf…
Browse files Browse the repository at this point in the history
…o as an HTML attribute
  • Loading branch information
sghoweri committed Jan 8, 2019
1 parent f2df029 commit fc09b62
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ exports[`<bolt-video> Component <bolt-video> compiles 1`] = `
player-id="r1CAdLzTW"
controls
share-description="Share This Video"
v="2.2.1"
>
</bolt-video>
</bolt-ratio>
Expand All @@ -35,7 +34,6 @@ exports[`<bolt-video> Component <bolt-video> compiles with a different \`video-i
player-id="r1CAdLzTW"
controls
share-description="Share This Video"
v="2.2.1"
>
</bolt-video>
</bolt-ratio>
Expand All @@ -57,7 +55,6 @@ exports[`<bolt-video> Component <bolt-video> compiles with a meta description +
player-id="r1CAdLzTW"
controls
share-description="Share This Video"
v="2.2.1"
>
</bolt-video>
</bolt-ratio>
Expand All @@ -78,7 +75,6 @@ exports[`<bolt-video> Component <bolt-video> compiles with a meta description 1`
player-id="r1CAdLzTW"
controls
share-description="Share This Video"
v="2.2.1"
>
</bolt-video>
</bolt-ratio>
Expand Down

0 comments on commit fc09b62

Please sign in to comment.