index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tests
/
integration
/
worker_tests.rs
Age
Commit message (
Expand
)
Author
2023-01-13
tests: move integration tests to a single module (#17380)
Bartek Iwańczuk
2022-11-26
tests: move integration tests to separate modules (#16816)
Bartek Iwańczuk
2022-09-19
refactor: move out test files from root testdata directory into sub directori...
David Sherret
2022-04-27
refactor: Remove PrettyJsError and js_error_create_fn (#14378)
Nayeem Rahman
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-11-29
fix(workers): Make `worker.terminate()` not immediately kill the isolate (#12...
Andreu Botella
2021-10-13
fix(runtime/ops/worker_host): move permission arg parsing to Rust (#12297)
Nayeem Rahman
2021-10-01
fix(runtime/js/workers): throw errors instead of using an op (#12249)
Nayeem Rahman
2021-08-11
chore: move test files to testdata directory (#11601)
David Sherret
2021-07-27
test: make integration::workers::workers test inspectable (#11524)
Bartek Iwańczuk
2021-06-27
chore: split up integration_tests.rs into separate files (#11131)
David Sherret