-
Notifications
You must be signed in to change notification settings - Fork 472
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
Bump kcd-scripts to 12.x #1208
Bump kcd-scripts to 12.x #1208
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 7efa04d:
|
Codecov Report
@@ Coverage Diff @@
## alpha #1208 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 24 24
Lines 998 998
Branches 327 327
=========================================
Hits 998 998
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
5049ce9
to
e5efaa8
Compare
expect(console.error.mock.calls[0][0]).toMatch( | ||
'Error: Not implemented: window.computedStyle(elt, pseudoElt)', | ||
expect(console.error.mock.calls[0][0].message).toMatch( | ||
'Not implemented: window.computedStyle(elt, pseudoElt)', |
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.
JSDOM now calls console.error
with the actual Error
instance instead of its stringified version
What:
Bump kcd-scripts to 12.x
Why:
Get newer versions of JSDOM
How:
Bump kcd-scripts to 12.x
Checklist:
docs site