-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
chore: bump unrs-resolver
to 1.11.0, remove jest-pnp-resolver
and unnecessary checks
#15721
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
|
@@ -9,5 +9,5 @@ | |||
it('should surface pnp errors', () => { | ||||
expect(() => { | ||||
require('undeclared'); | ||||
}).toThrow(expect.objectContaining({code: 'MODULE_NOT_FOUND'})); | ||||
}).toThrow("Cannot find module 'unesitent_module__'"); | ||||
JounQin marked this conversation as resolved.
Show resolved
Hide resolved
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why no longer error code? And where does There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The error message comes from |
||||
}); |
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 slows every
yarn
related command.