-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[BUG]: Octokit breaks Deno tests #2759
Comments
👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labeled with |
That file simply does not exist at all. It's an error in the This will be fixed when octokit/app.js#583 is merged. |
thank you @wolfy1339! I was going crazy trying to figure this out 😓 |
ok, this feels superfluous, but the process linked by the bot says "Critical" includes:
If it's purported that esm.sh / Deno is "supported" (which, I mean it's in the readme for how to use it), I feel this counts as "non functional". There's an argument it's more like "broken features" from the "High" priority, but only if you argue "being able to use the SDK at all is a feature". |
What happened?
When I run
deno test
with tests that use Octokit, I get a "Module not found" error. Running non-tests works fine.Here's a gist that will reproduce this: https://gist.github.com/ThisGuyCodes/3d98652574ad726754fa7b5069367553
But really, this is the code (
main_test.ts
):and here's the
deno.json
:Versions
Octokit.js v4.0.2
Deno v2.0.6
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: