summaryrefslogtreecommitdiff
path: root/test/parallel/test-console-instance.js
AgeCommit message (Expand)Author
2018-12-19console: improve inspectOptions validationcjihrig
2018-11-08test: strictEqual argument order (actual, expected)Ahmad Nassri
2018-11-05console: bind methods from the prototype chain in ConsoleJoyee Cheung
2018-10-26lib: make the global console [[Prototype]] an empty objectJoyee Cheung
2018-10-13test: correct assert testRichard Markins
2018-04-20console: fix class inheritance regressionAnatoli Papirovski
2018-02-16test: minor refactoringRuben Bridgewater
2018-02-16test: remove assert.doesNotThrow()Ruben Bridgewater
2017-12-11test: replace assert.throws w/ common.expectsErrorAnatoli Papirovski
2017-12-08test: use common.expectsError in testsMithun Sasidharan
2017-07-03test: remove common.noopRich Trott
2017-05-27errors: migrate lib/consolemskec
2017-03-26test: add common.noop, default for common.mustCall()James M Snell
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-09test: increase coverage of consoleDavidCai
2017-02-06test: add common.mustNotCall()cjihrig
2017-01-17test: improve code in test-console-instanceAdrian Estrada
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
2016-12-05test: using const and strictEqualFabrice Tatieze
2016-08-09test: console constructor missing new keywordRich Trott
2016-03-15console: check that stderr is writableRich Trott
2015-12-26test: remove unnecessary assignmentsRich Trott
2015-05-19test: enable linting for testsRoman Reiss
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-12-17test: split test in parallel/sequentialFedor Indutny