0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/test/debugger
cjihrig 7dd82dd1c3 test: add common.mustNotCall()
This commit adds a mustNotCall() helper for testing. This provides
an alternative to using common.fail() as a callback, or creating
a callback function for the sole purpose of calling common.fail().

PR-URL: https://github.com/nodejs/node/pull/11152
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
2017-02-06 14:07:55 -05:00
..
helper-debugger-repl.js test: use eslint to fix var->const/let 2017-01-11 11:43:52 +00:00
test-debug-break-on-uncaught.js test: increase timeout in break-on-uncaught 2017-01-30 18:13:56 +05:30
test-debugger-client.js test: fix and improve debugger-client test 2016-12-26 12:47:11 +05:30
test-debugger-remote.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-debugger-repl-break-in-module.js test: use const for all require() calls 2017-01-02 18:28:18 -05:00
test-debugger-repl-restart.js test: use eslint to fix var->const/let 2017-01-11 11:43:52 +00:00
test-debugger-repl-term.js test: use eslint to fix var->const/let 2017-01-11 11:43:52 +00:00
test-debugger-repl-utf8.js test: use eslint to fix var->const/let 2017-01-11 11:43:52 +00:00
test-debugger-repl.js test: use eslint to fix var->const/let 2017-01-11 11:43:52 +00:00
testcfg.py