Skip to content

Commit

Permalink
[splendo#15] Updated snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
corrado4eyes committed Dec 6, 2019
1 parent 7698f65 commit 8473383
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions hearthstone/__tests__/uiComponents/__snapshots__/app.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ exports[`App App(unconnected) Snapshot testing 1`] = `
<Container
fluid={false}
>
<ForwardRef
noGutters={false}
>
<Connect(FilterBar) />
</ForwardRef>
<ForwardRef
noGutters={false}
>
Expand Down Expand Up @@ -36,6 +41,35 @@ exports[`App App(unconnected) Snapshot testing 1`] = `
}
/>
</Col>
<Col
className="card no-border"
key="what an ugly dummy card!"
md="4"
>
<CardComponent
card={
Object {
"artist": "lala",
"cardId": "what an ugly dummy card!",
"cardSet": "Not Dummy",
"collectible": true,
"cost": 9999,
"faction": "Splendo",
"flavor": "Meat",
"howToGet": "Ask Frits",
"howToGetGold": "Feeds and Walk Frits for 2 years every day (excluded the holidays)",
"img": "http://media.services.zam.com/v1/media/byName/hs/cards/enus/DS1_183.png",
"imgGold": "http://media.services.zam.com/v1/media/byName/hs/cards/enus/animated/DS1_183_premium.gif",
"locale": "enUS",
"name": "lalala",
"playerClass": "Human",
"rarity": "Not Super Rare",
"text": "A dummy Italian boy",
"type": "Developer",
}
}
/>
</Col>
</ForwardRef>
</Container>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`Card Component(unconnected) matches the snapshot 1`] = `
<Card
body={false}
className="no-border"
className="no-border text-center"
>
<CardImg
src="http://media.services.zam.com/v1/media/byName/hs/cards/enus/DS1_183.png"
Expand Down

0 comments on commit 8473383

Please sign in to comment.