-
-
Notifications
You must be signed in to change notification settings - Fork 291
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
Try chai@next
#2176
Try chai@next
#2176
Conversation
🦋 Changeset detectedLatest commit: 39ea02b The changes in this PR will be included in the next version bump. This PR includes changesets to release 18 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
This is looking good! I'm thinking I'll let this sit until Chai@5 lands. |
@@ -14,7 +14,6 @@ | |||
}, | |||
"author": "modern-web", | |||
"homepage": "https://github.com/modernweb-dev/web/tree/master/packages/test-runner-integration-tests", | |||
"main": "index.js", |
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.
Why remove this?
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.
It's unrelated to the chai changes. I was just getting warnings when running the tests:
(node:87634) [DEP0128] DeprecationWarning: Invalid 'main' field in '/src/web/integration/test-runner/package.json' of 'index.js'. Please either fix that or report it to the module author
This is cool dude, nice work. Changes look pretty straightforward (mostly import changes), nice. |
while you're killing it here, any thoughts on a |
Sure! I'll look into that 😄 |
3fa8733
to
4c7618a
Compare
Using capital "D" `Default` is a super common pattern in Storybook creation. While we're pushing for `Regular` or similar in some of our CLI tooling, not allowing it at all is a surprising side effect for consumers of this package.
…puppeteer with tests
Trying out the
chai@5
prerelease so we can see if there are issues that we can feed back to the chai team.