diff options
author | Igor Zinkovsky <igor@deno.com> | 2023-06-13 17:49:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-13 17:49:57 -0700 |
commit | fd9d6baea311d9b227b130749647a86838ba2ccc (patch) | |
tree | f0207f62199d5db463fd7f208d45c9bf09c8db14 /cli/tests/integration/js_unit_tests.rs | |
parent | d451abfc9154e02f39c08d10c185d1618b2ef6d3 (diff) |
feat(kv) queue implementation (#19459)
Extend the unstable `Deno.Kv` API to support queues.
Diffstat (limited to 'cli/tests/integration/js_unit_tests.rs')
-rw-r--r-- | cli/tests/integration/js_unit_tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/integration/js_unit_tests.rs b/cli/tests/integration/js_unit_tests.rs index 4d6ef3675..c8039f89c 100644 --- a/cli/tests/integration/js_unit_tests.rs +++ b/cli/tests/integration/js_unit_tests.rs @@ -46,6 +46,7 @@ util::unit_test_factory!( intl_test, io_test, kv_test, + kv_queue_undelivered_test, link_test, make_temp_test, message_channel_test, |