summaryrefslogtreecommitdiff
path: root/test/parallel/test-console-instance.js
Commit message (Expand)AuthorAgeFilesLines
* console: fixup error messageJames M Snell2020-03-281-1/+1
* test: refactor common.expectsErrorRuben Bridgewater2019-12-311-4/+4
* errors: improve ERR_INVALID_ARG_TYPERuben Bridgewater2019-12-201-1/+1
* console: improve inspectOptions validationcjihrig2018-12-191-0/+18
* test: strictEqual argument order (actual, expected)Ahmad Nassri2018-11-081-1/+1
* console: bind methods from the prototype chain in ConsoleJoyee Cheung2018-11-051-0/+6
* lib: make the global console [[Prototype]] an empty objectJoyee Cheung2018-10-261-31/+48
* test: correct assert testRichard Markins2018-10-131-1/+1
* console: fix class inheritance regressionAnatoli Papirovski2018-04-201-0/+7
* test: minor refactoringRuben Bridgewater2018-02-161-8/+8
* test: remove assert.doesNotThrow()Ruben Bridgewater2018-02-161-3/+1
* test: replace assert.throws w/ common.expectsErrorAnatoli Papirovski2017-12-111-3/+3
* test: use common.expectsError in testsMithun Sasidharan2017-12-081-3/+3
* test: remove common.noopRich Trott2017-07-031-1/+1
* errors: migrate lib/consolemskec2017-05-271-8/+20
* test: add common.noop, default for common.mustCall()James M Snell2017-03-261-1/+1
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* test: increase coverage of consoleDavidCai2017-03-091-0/+10
* test: add common.mustNotCall()cjihrig2017-02-061-1/+1
* test: improve code in test-console-instanceAdrian Estrada2017-01-171-30/+18
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-111-2/+2
* test: using const and strictEqualFabrice Tatieze2016-12-051-5/+5
* test: console constructor missing new keywordRich Trott2016-08-091-0/+5
* console: check that stderr is writableRich Trott2016-03-151-6/+13
* test: remove unnecessary assignmentsRich Trott2015-12-261-1/+1
* test: enable linting for testsRoman Reiss2015-05-191-1/+2
* Remove excessive copyright/license boilerplateisaacs2015-01-121-22/+0
* test: split test in parallel/sequentialFedor Indutny2014-12-171-0/+80