-
Notifications
You must be signed in to change notification settings - Fork 7
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 unnecessary redirects to their targets #38
base: master
Are you sure you want to change the base?
Conversation
It appears I'll need to update the tests later. |
BTW, there seem to be no tests for merging Could this use the "Squash and merge" button? Thanks! |
It didn't auto run the tests for some reason. Maybe because this is your first patch to the repo. Unit tests failed for this patchset, it looks like. You can run them locally with |
Sorry, I"m on my mobile device rn! For "merging" I meant merging articles |
skipping since it seems to fail and hopefully merging will fix teh tests
Yeah, this did introduced some substantial issues. Going to look into it. |
Sorry, I'm a bit new to this. Is there some flag that allows the current behavior of extensionless import resolution I'm missing? Building and running works but debugging with the node command doesn't. |
I'm not sure what this is. Are you saying that |
VSCode gives me err_module_not_found when I attempt to debug after adding |
Are you just trying to step debug through one of the tests? Try replacing your /.vscode/launch.json with this. When you hit the play button in the VS Code debugger, it should run the tests and hit your breakpoint after 30 seconds or so (it takes awhile because it is also making a build before the tests)
|
No description provided.