-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
fix renderer tests by using sinon global #2220
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch about the sinon imports 👍
FYI: With the next version of devtools nearly all of the adapter code can be removed, because it's injected by the extension itself. It's probably a good month until then, but it's coming 🙂 t
Than we can remove the flakey tests altogether 💯
@marvinhagemeister do we merge it with less coverage or leave it failing for now? |
@JoviDeCroock I'm fine with merging this, because we'll run into the same issue sooner or later when the next version of devtools comes out. Just remove the |
Tests were failing on master IE11 due to the sinon import