1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00
denoland-deno/cli/tests
Ryan Dahl f76bfbbe33
refactor(init): simplify template (#20325)
- Don't include benchmark file - most people won't need this.
- Use deno.json instead of deno.jsonc, because it's a more common file
  format.
2023-08-29 19:58:56 +00:00
..
integration refactor(init): simplify template (#20325) 2023-08-29 19:58:56 +00:00
node_compat fix(node/http): correctly send Content-length header instead of Transfer-Encoding: chunked (#20127) 2023-08-28 09:32:54 +02:00
testdata fix(bench): explicit timers don't force high precision measurements (#20272) 2023-08-26 11:29:45 +02:00
unit fix(ext/kv): don't panic if listening on queues and KV is not closed (#20317) 2023-08-29 11:24:44 -07:00
unit_node fix(node/http): don't leak resources on destroyed request (#20040) 2023-08-29 12:13:58 +00:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00