1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-23 23:49:46 -05:00
denoland-deno/cli/tests
Heyang Zhou 94ef428b56
fix(ext/kv): add missing getMany method (#18410)
The `getMany` method was missing from the implementation of the
`Deno.Kv` class. This patch fixes it.
2023-03-24 20:06:27 +08:00
..
integration fix(cli): restore deno run - to handle stdin as typescript (#18391) 2023-03-23 12:45:43 -04:00
node_compat refactor(ext/node): Use Deno.inspect (#17960) 2023-03-23 10:01:07 -04:00
testdata fix(cli): restore deno run - to handle stdin as typescript (#18391) 2023-03-23 12:45:43 -04:00
unit fix(ext/kv): add missing getMany method (#18410) 2023-03-24 20:06:27 +08:00
unit_node refactor(ext/node): Use Deno.inspect (#17960) 2023-03-23 10:01:07 -04:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00