Skip to content

Commit

Permalink
📸 Update snapshot and TravelTimer test.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlee-dev committed Aug 26, 2019
1 parent 513c387 commit 3af2baf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions src/__tests__/components/TravelTimer.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const customState = {
ship: {
...defaultState.ship,
destination: {
eta: '10000',
name: 'Test Planet 2',
value: 50
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ exports[`<TravelTimer /> Should render the <TravelTimer /> component. 1`] = `
>
Travel Timer
</h3>
<span>
8 minutes 20 seconds
</span>
</div>
</DocumentFragment>
`;

0 comments on commit 3af2baf

Please sign in to comment.