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

chore(test): upgrade to latest sinon #5954

Merged
merged 1 commit into from
Apr 24, 2019
Merged

chore(test): upgrade to latest sinon #5954

merged 1 commit into from
Apr 24, 2019

Conversation

gkatsev
Copy link
Member

@gkatsev gkatsev commented Apr 24, 2019

Fixes #5953

@@ -175,7 +175,6 @@
},
"greenkeeper": {
"ignore": [
"sinon",
Copy link
Member Author

Choose a reason for hiding this comment

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

since we're now current and they seem to be better semver now, we can unignore it.

@@ -1965,7 +1965,7 @@ QUnit.test('setPoster in tech with `techCanOverridePoster` in player should over
assert.equal(player.poster(), firstPosterUrl, "ensure tech didn't change poster after setting from player");
assert.equal(player.isPosterFromTech_, false, "ensure player didn't mark poster as changed by the tech");

posterchangeSpy.reset();
posterchangeSpy.resetHistory();
Copy link
Member Author

Choose a reason for hiding this comment

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

this is the only breaking change that we hit

@gkatsev gkatsev merged commit c59ba5f into master Apr 24, 2019
@gkatsev gkatsev deleted the sinon-update branch April 24, 2019 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

update to latest sinon
2 participants