summaryrefslogtreecommitdiff
path: root/test/parallel/test-repl-deprecated.js
Commit message (Collapse)AuthorAgeFilesLines
* test: add expectWarning to commonMichaƫl Zasso2016-09-241-12/+2
| | | | | | | | | | | | | There are multiple tests that use the same boilerplate to test that warnings are correctly emitted. This adds a new common function to do that and changes the tests to use it. PR-URL: https://github.com/nodejs/node/pull/8662 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
* repl: deprecate unused function convertToContextPrince J Wesley2016-08-041-0/+28
PR-URL: https://github.com/nodejs/node/pull/7829 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yorkie Liu <yorkiefixer@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>