summaryrefslogtreecommitdiff
path: root/cli/tests/integration/inspector_tests.rs
AgeCommit message (Expand)Author
2022-06-13feat: no type-check by default (#14691)Bartek Iwańczuk
2022-04-11feat: Add "deno check" subcommand for type checking (#14072)Bartek Iwańczuk
2022-03-22chore: replace `.expect("...")` calls with `.unwrap()` in test code (#14081)David Sherret
2022-03-15disable flakes (#13962)Ryan Dahl
2022-01-24tests: Add inspector tests for "Memory" and "Profile" tabs (#13476)Bartek Iwańczuk
2022-01-09test: add inspector test with ts files (#13312)Bartek Iwańczuk
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-30fix(core): inspector works if no "Runtime.runIfWaitingForDebugger" message is...Bartek Iwańczuk
2021-12-17fix: inspector prompts (#13123)Bartek Iwańczuk
2021-12-16fix(test): wait for inspector session in side modules (#13065)Jesper van den Ende
2021-08-11chore: move test files to testdata directory (#11601)David Sherret
2021-07-20fix: panic for non-WS connections to inspector (#11466)Bartek Iwańczuk
2021-06-27chore: split up integration_tests.rs into separate files (#11131)David Sherret