Skip to content
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

tests are broken on Deno 2.1.x #2771

Open
bhb603 opened this issue Nov 22, 2024 · 0 comments
Open

tests are broken on Deno 2.1.x #2771

bhb603 opened this issue Nov 22, 2024 · 0 comments

Comments

@bhb603
Copy link

bhb603 commented Nov 22, 2024

See: https://github.com/denoland/fresh/actions/runs/11965587126/job/33359840811?pr=2770
image

I added 2.0.x to the CI test matrix:

@@ -14,7 +14,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        deno: ["v2.x", "canary"]
+        deno: ["v2.x", "v2.0.x", "canary"]

2.0 passes, but 2.1 fails, with code that is unrelated to the PR.

The issue appears to be with ./init/src/init_test.ts, where deno task check is erroring with:

Task check deno fmt --check && deno lint && deno check **/*.ts && deno check **/*.tsx
error: No target files found.

but haven't dug deeper than that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant