node/test/inspector
Rich Trott 342d8e05cb
test: refactor inspector-helper.js
There are two instances of `setTimeout()` called without a duration in
`inspector-helper.js`. Change to `setImmediate()` for clarity that it
isn't a mistake.

PR-URL: https://github.com/nodejs/node/pull/9499
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com>
Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2016-11-22 06:32:53 +01:00
..
inspector-helper.js test: refactor inspector-helper.js 2016-11-22 06:32:53 +01:00
inspector.status test: mark test-inspector flaky on windows 2016-09-29 11:15:10 -07:00
test-inspector.js inspector: do not prompt to use localhost 2016-11-07 15:58:36 -06:00
testcfg.py