1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-12 02:27:46 -05:00
denoland-deno/cli/tests
Luca Casonato 3b5adb13de
fix(ext/kv): KvU64#valueOf and KvU64 inspect (#18656)
`new Deno.KvU64(1n) + 2n == 3n` is now true.

`new Deno.KvU64(1n)` is now inspected as `[Deno.KvU64: 1n]`
(`Object(1n)` is inspected as `[BigInt: 1n]`).

---------

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2023-05-04 16:19:17 +02:00
..
integration fix(npm): canonicalize filename before returning (#18948) 2023-05-04 16:18:57 +02:00
node_compat refactor: merge Deno & Node inspectors (#18691) 2023-05-04 16:17:51 +02:00
testdata fix(npm): canonicalize filename before returning (#18948) 2023-05-04 16:18:57 +02:00
unit fix(ext/kv): KvU64#valueOf and KvU64 inspect (#18656) 2023-05-04 16:19:17 +02:00
unit_node BREAKING(unstable): remove "Deno.serve(handler, options)" overload (#18759) 2023-04-26 14:54:03 +02:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00