Skip to content

Commit

Permalink
Merge pull request #471 from reactioncommerce/fix-list-test-errors
Browse files Browse the repository at this point in the history
Fix lint and test errors
  • Loading branch information
aldeed authored Dec 11, 2019
2 parents 537a192 + 783b319 commit 17422c1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,8 @@ exports[`basic snapshot with empty props 1`] = `
<div
className="c9"
>
Total (
Total
(
):
</div>
<div
Expand Down Expand Up @@ -473,7 +474,8 @@ exports[`basic snapshot with isReadOnly prop 1`] = `
<div
className="c7"
>
Total (
Total
(
2
):
</div>
Expand Down Expand Up @@ -695,7 +697,8 @@ exports[`basic snapshot with productURLPath prop 1`] = `
<div
className="c7"
>
Total (
Total
(
2
):
</div>
Expand Down Expand Up @@ -982,7 +985,8 @@ exports[`basic snapshot with props 1`] = `
<div
className="c9"
>
Total (
Total
(
2
):
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,8 @@ exports[`basic snapshot with quantity attribute 1`] = `
<p
className="c4"
>
Quantity:
Quantity
:
3
</p>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class CheckoutActions extends Component {
* The text for the "Placing your order..." button text when `isSaving` equals `true`.
*/
isSavingButtonText: PropTypes.string,
/**
/**
* The text for the "Save and continue" button text.
*/
saveButtonText: PropTypes.string
Expand Down

0 comments on commit 17422c1

Please sign in to comment.