summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/inspector_test.js
AgeCommit message (Collapse)Author
2022-01-09test: add inspector test with ts files (#13312)Bartek Iwańczuk
2021-12-16fix(test): wait for inspector session in side modules (#13065)Jesper van den Ende
This commit fixes inspector integration with "deno test" subcommand by waiting for inspector sessions to connect if "--inspect-brk" flag is passed. Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>