-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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: id instead of path #8617
fix: id instead of path #8617
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.
This should fix the error: Cannot find module "./xxxx" from "/path/to/node_modules/xxx"
that occurred since an hour ago, right?
yes, since this commit 2af7cde |
❌ @dylan-conway 3 files with test failures on bun-darwin-aarch64:
|
❌ @dylan-conway 3 files with test failures on linux-x64: |
❌ @dylan-conway 3 files with test failures on linux-x64-baseline: |
❌ @dylan-conway 6 files with test failures on bun-darwin-x64:
|
❌🪟 @dylan-conway, there are 9 test regressions on Windows x86_64
|
* use id * another path
* use id * another path
What does this PR do?
fixes some tests
How did you verify your code works?