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

build: Update jasmine version. #1142

Merged
merged 1 commit into from
Jan 4, 2022
Merged

build: Update jasmine version. #1142

merged 1 commit into from
Jan 4, 2022

Conversation

manthey
Copy link
Contributor

@manthey manthey commented Jan 4, 2022

Jasmine made a substantial version change. The only real difference to our code is that it throws an error if you call the done function with an argument, so we can't pass the done function directly to certain other functions (like requestAnimationFrame) since those call it a value. Nicely, since we can use arrow functions, this just means changing a callback argument of done to () => done().

This could be considered as part of #1132, though Jasmine's update occurred after that issue was completed.

@manthey manthey merged commit 5476047 into master Jan 4, 2022
@manthey manthey deleted the update-jasmine branch January 4, 2022 19:26
@github-actions
Copy link

github-actions bot commented Jan 4, 2022

🎉 This PR is included in version 1.6.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant