1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/tests
David Sherret 99d8193ed2 fix(upgrade): do not error if config in cwd invalid (#24689)
```
> deno upgrade
error: Unsupported lockfile version 'invalid'. Try upgrading Deno or recreating the lockfile.
V:\scratch
> V:\deno\target\debug\deno upgrade
Looking up latest version
Local deno version 1.45.3 is the most recent release
```

Closes #24517
Closes #20729
2024-07-26 12:04:07 -04:00
..
config chore: move test_util/std to tests/util/std (#22402) 2024-02-13 09:22:49 -07:00
ffi BREAKING(unstable/ffi): remove callback reentrant flag (#24367) 2024-07-01 09:36:33 +05:30
integration fix(upgrade): do not error if config in cwd invalid (#24689) 2024-07-26 12:04:07 -04:00
napi fix(napi): Read reference ownership before calling finalizer to avoid crash (#24203) 2024-06-13 22:31:42 +00:00
node_compat fix: do not return undefined for missing global properties (#24474) 2024-07-09 10:07:56 -07:00
registry fix(ext/node): do not expose self global in node (#24637) 2024-07-22 22:47:58 +02:00
specs fix: enable the reporting of parsing related problems when running deno lint (#24332) 2024-07-26 12:04:07 -04:00
testdata Revert "fix(cli): add NAPI support in standalone mode (#24642)" 2024-07-23 00:54:29 +02:00
unit fix(ext/console): Error Cause Not Inspect-Formatted when printed (#24526) 2024-07-22 22:48:39 +02:00
unit_node fix(node): support tty.hasColors() and tty.getColorDepth() (#24619) 2024-07-22 22:47:58 +02:00
util fix(upgrade): do not error if config in cwd invalid (#24689) 2024-07-26 12:04:07 -04:00
wpt fix(docs): fix some deno.land/manual broken urls (#24557) 2024-07-22 22:46:39 +02:00
Cargo.toml Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#24593) 2024-07-22 22:47:57 +02: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