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
/
inspector_tests.rs
Age
Commit message (
Expand
)
Author
2023-08-10
chore: upgrade fastwebsockets to 0.4.4 (#19089)
Divy Srivastava
2023-05-22
feat(lsp): support lockfile and node_modules directory (#19203)
David Sherret
2023-05-14
refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...
Matt Mastracci
2023-04-28
Revert "refactor: don't expose Deno[Deno.internal].core namespace" (#18881)
Bartek Iwańczuk
2023-04-26
refactor: don't expose Deno[Deno.internal].core namespace (#18816)
Bartek Iwańczuk
2023-04-23
refactor: rewrite client side tests to 'fastwebsockets' crate (#18800)
Bartek Iwańczuk
2023-04-22
refactor: rewrite tests to "fastwebsockets" crate (#18781)
Bartek Iwańczuk
2023-03-27
feat(core): initialize SQLite off-main-thread (#18401)
Matt Mastracci
2023-03-22
chore: upgrade rusty_v8 to 0.66.0 (#18339)
Bartek Iwańczuk
2023-02-16
test: ignore inspector tests for npm integration (#17796)
Bartek Iwańczuk
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-24
refactor: remove Deno.core (#16881)
Bartek Iwańczuk
2023-01-14
chore: use rustfmt imports_granularity option (#17421)
Divy Srivastava
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-22
feat: allow exiting on two consecutive ctrl+c presses (#15981)
Kayla Washburn
2022-06-13
feat: no type-check by default (#14691)
Bartek Iwańczuk
2022-04-11
feat: Add "deno check" subcommand for type checking (#14072)
Bartek Iwańczuk
2022-03-22
chore: replace `.expect("...")` calls with `.unwrap()` in test code (#14081)
David Sherret
2022-03-15
disable flakes (#13962)
Ryan Dahl
2022-01-24
tests: Add inspector tests for "Memory" and "Profile" tabs (#13476)
Bartek Iwańczuk
2022-01-09
test: add inspector test with ts files (#13312)
Bartek Iwańczuk
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-30
fix(core): inspector works if no "Runtime.runIfWaitingForDebugger" message is...
Bartek Iwańczuk
2021-12-17
fix: inspector prompts (#13123)
Bartek Iwańczuk
2021-12-16
fix(test): wait for inspector session in side modules (#13065)
Jesper van den Ende
2021-08-11
chore: move test files to testdata directory (#11601)
David Sherret
2021-07-20
fix: panic for non-WS connections to inspector (#11466)
Bartek Iwańczuk
2021-06-27
chore: split up integration_tests.rs into separate files (#11131)
David Sherret