1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/tests
Marvin Hagemeister 7e68cce815
fix(task): support tasks with colons in name in deno run (#25233)
Fix task names containing a colon not being found with `deno run`. We
were only checking for a `module not found` error message, but strings
containing a colon throw a different error.

Fixes https://github.com/denoland/deno/issues/25232
2024-08-27 11:27:10 +02:00
..
config chore: use @std prefix for internal module specifiers (#24543) 2024-07-25 10:26:54 +10:00
ffi chore: enable no-console dlint rule (#25113) 2024-08-20 15:14:37 -04:00
integration perf(cache): single cache file for remote modules (#24983) 2024-08-26 23:59:17 +00:00
napi chore: enable no-console dlint rule (#25113) 2024-08-20 15:14:37 -04:00
node_compat chore: enable no-console dlint rule (#25113) 2024-08-20 15:14:37 -04:00
registry fix(add): Handle packages without root exports (#25102) 2024-08-21 15:23:32 -07:00
specs fix(task): support tasks with colons in name in deno run (#25233) 2024-08-27 11:27:10 +02:00
testdata feat: lockfile v4 by default (#25165) 2024-08-26 23:01:50 +00:00
unit chore: ignore lint warning in test (#25234) 2024-08-27 08:48:15 +00:00
unit_node Revert "feat(fetch): accept async iterables for body" (#25207) 2024-08-26 12:24:27 +02:00
util refactor(lsp): changes for lsp_types 0.97.0 (#25169) 2024-08-24 01:21:21 +01:00
wpt Revert "feat(fetch): accept async iterables for body" (#25207) 2024-08-26 12:24:27 +02:00
Cargo.toml chore: upgrade flaky_test, fastwebsockets, base64, base32, notify (#24746) 2024-08-01 08:35:35 -04:00
lib.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
README.md chore: continue tests/ re-org (#22396) 2024-02-12 17:13:14 -07:00

Deno Integration Tests