summaryrefslogtreecommitdiff
path: root/cli/tests/integration/js_unit_tests.rs
AgeCommit message (Expand)Author
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci
2024-02-09refactor: split integration tests from CLI (part 1) (#22308)Matt Mastracci
2024-02-09chore: completely disable websocketstream_test (#22360)Matt Mastracci
2024-02-08chore: Promote some integration tests to js_unit_tests (#22355)Matt Mastracci
2024-02-07chore(cli): Use @test_util for relative path for unit tests (#22327)Matt Mastracci
2024-02-06fix: Support Symbol.metadata (#22282)Bartek Iwańczuk
2024-02-04chore: remove opcall_test.ts (#22227)Bartek Iwańczuk
2024-01-31refactor: remove imported ops from Deno.core.ops (#22194)Bartek Iwańczuk
2024-01-22feat(web): ImageBitmap (#21898)Leo Kettmeir
2024-01-02chore: increase unit test timeout to 3m (#21760)Bartek Iwańczuk
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-09feat: bring back WebGPU (#20812)Leo Kettmeir
2023-12-06feat(ext/web): add ImageData Web API (#21183)Jamie
2023-12-05fix(ext/kv): throw error if already closed (#21459)Raashid Anwar
2023-11-17chore: various improvements to tests (#21222)David Sherret
2023-11-05chore: migrate to new deno_core and metrics (#21057)Matt Mastracci
2023-11-01feat(cron) implement Deno.cron() (#21019)Igor Zinkovsky
2023-10-30feat(ext/websocket): split websocket read/write halves (#20579)Matt Mastracci
2023-09-27feat(unstable): add `Deno.jupyter.broadcast` API (#20656)Bartek Iwańczuk
2023-08-29fix(ext/kv): don't panic if listening on queues and KV is not closed (#20317)Igor Zinkovsky
2023-08-17feat(ext/web): resourceForReadableStream (#20180)Matt Mastracci
2023-06-13feat(kv) queue implementation (#19459)Igor Zinkovsky
2023-05-22chore(cli): One Rust test per JS and Node unit test file (#19199)Matt Mastracci
2023-04-28Revert "refactor: don't expose Deno[Deno.internal].core namespace" (#18881)Bartek Iwańczuk
2023-04-26refactor: don't expose Deno[Deno.internal].core namespace (#18816)Bartek Iwańczuk
2023-04-03refactor: "Deno.serve()" API uses "Deno.serveHttp()" internally (#18568)Bartek Iwańczuk
2023-03-22chore(cli): ensure no signal on test exit (#18354)Matt Mastracci
2023-03-22chore(cli): disable flash_test as it is causing SIGSEGV (#18358)Matt Mastracci
2023-01-13tests: move integration tests to a single module (#17380)Bartek Iwańczuk