Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests for PaymentItem.type member #9099

Merged
merged 6 commits into from Mar 23, 2018
Merged

Conversation

marcoscaceres
Copy link
Contributor

@marcoscaceres marcoscaceres commented Jan 19, 2018

@w3c-bots
Copy link

w3c-bots commented Jan 19, 2018

Build PASSED

Started: 2018-03-22 04:50:24
Finished: 2018-03-22 04:54:50

View more information about this build on:


test(() => {
// Let's make an invalid DisplayItem to add to displayItems
const invalidDisplayItem = { ...validDisplayItem, type: "this is not valid" };
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since Edge doesn't support object spreading I guess this should change along with the other places?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah :( There are a few others that will need the same treatment. ITS IE6 ALL OVER AGAIN! 🤣

@marcoscaceres marcoscaceres merged commit e40c752 into master Mar 23, 2018
@marcoscaceres marcoscaceres deleted the displayItem_type_member branch March 23, 2018 03:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants