0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/debugger
Sakthipriyan Vairamani 612307564b test: make import common as the first line
The `test/common` module has the capability to identify if any variable
is leaked to the global scope and fail the test. So that has to be
imported at the beginning.

PR-URL: https://github.com/nodejs/node/pull/7786
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
2016-07-21 16:39:21 -07:00
..
helper-debugger-repl.js test: make import common as the first line 2016-07-21 16:39:21 -07:00
test-debug-break-on-uncaught.js test: make import common as the first line 2016-07-21 16:39:21 -07:00
test-debugger-client.js test: make import common as the first line 2016-07-21 16:39:21 -07:00
test-debugger-remote.js test: remove unused vars 2016-01-05 08:59:58 -08:00
test-debugger-repl-break-in-module.js test: fix test-debugger-repl-break-in-module 2016-05-12 23:01:50 -07:00
test-debugger-repl-restart.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-debugger-repl-term.js
test-debugger-repl-utf8.js
test-debugger-repl.js debugger: display array contents in repl 2016-05-02 10:18:53 -04:00
testcfg.py