summaryrefslogtreecommitdiff
path: root/test/parallel/test-console.js
AgeCommit message (Expand)Author
2019-10-01console: update time formattingRuben Bridgewater
2019-08-25console: display timeEnd with suitable time unitXavier Stouder
2019-04-10util: change inspect compact and breakLength defaultRuben Bridgewater
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-22test: complete console.assert() coverageRich Trott
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-01-10test: refactor `common.expectWarning()`Ruben Bridgewater
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-11-13console: console.timeLog() using the default labelMarie Terrier
2018-11-11console: cover .assert with single argumentMorgan Roderick
2018-09-15util: use a shared symbol for util.inspect.customchocolateboy
2018-08-24test: move hijackstdio out of require('common')James M Snell
2018-07-16console: fix timeEnd() not coercing the inputRuben Bridgewater
2018-07-12console: console.countReset() should emit warningDominic Farolino
2018-07-04console: implement timeLog methodMichaël Zasso
2018-06-06test,tools: enable running tests under workersAnna Henningsen
2018-05-19util: remove custom inspection functionRuben Bridgewater
2018-05-14test: fix assertion in test-consoleLuigi Pinca
2018-05-03console: console.time() should not reset a timer when it existsGus Caplan
2018-04-12console: add color supportAnna Henningsen
2018-02-16test: remove assert.doesNotThrow()Ruben Bridgewater
2017-12-26console: make .assert standard compliantRuben Bridgewater
2017-12-04console: make dirxml an alias for console.logBenjamin Zaslavsky
2017-12-01test: expanded assertions for console.timeEnd() outputNiveditN
2017-11-18console: add support for console.debugBenjamin Zaslavsky
2017-11-11test: make test-console engine agnosticRich Trott
2017-09-14test: fix actual and expected orderRuben Bridgewater
2017-08-07console: coerce label to string in console.time()James M Snell
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-07-02test: replace indexOf with includes and startsWithNataly Shrits
2017-06-09test: add hijackStdout and hijackStderrXadillaX
2017-05-05test: reduce string concatenationsVse Mozhet Byt
2017-05-04assert: fix AssertionError, assign error codeJames M Snell
2017-03-10meta: restore original copyright headerJames M Snell
2017-01-30test-console: streamline arrow fn and refine regexJohn Maguire
2017-01-06test: s/assert.notEqual()/assert.notStrictEqual()/cjihrig
2016-12-04test: refactor test-consoleMatt Crummey
2016-06-29test: fix tests after V8 upgradeAli Ijaz Sheikh
2016-05-08tools: lint for object literal spacingRich Trott
2016-05-05test: add tests for console.[info|error|warn]Bryan English
2016-04-25console: timeEnd() with no label emits warningEugene Obrezkov
2016-04-21test: add tests for console.assertEvan Lucas
2015-12-26test: remove unnecessary assignmentsRich Trott
2015-11-13console: delete timers that have endedVladimir Varankin
2015-10-16console: sub-millisecond accuracy for console.timeMichaël Zasso
2015-05-19test: enable linting for testsRoman Reiss
2015-01-27console: allow Object.prototype fields as labelscjihrig
2015-01-12Remove excessive copyright/license boilerplateisaacs