summaryrefslogtreecommitdiff
path: root/test/parallel/test-console.js
Commit message (Expand)AuthorAgeFilesLines
* test: remove assert.doesNotThrow()Ruben Bridgewater2018-02-161-18/+10
* console: make .assert standard compliantRuben Bridgewater2017-12-261-11/+10
* console: make dirxml an alias for console.logBenjamin Zaslavsky2017-12-041-0/+13
* test: expanded assertions for console.timeEnd() outputNiveditN2017-12-011-0/+8
* console: add support for console.debugBenjamin Zaslavsky2017-11-181-0/+11
* test: make test-console engine agnosticRich Trott2017-11-111-2/+4
* test: fix actual and expected orderRuben Bridgewater2017-09-141-15/+15
* console: coerce label to string in console.time()James M Snell2017-08-071-0/+20
* lib,src: fix consistent spacing inside bracesSebastiaan Deckers2017-07-211-4/+4
* test: replace indexOf with includes and startsWithNataly Shrits2017-07-021-1/+1
* test: add hijackStdout and hijackStderrXadillaX2017-06-091-13/+21
* test: reduce string concatenationsVse Mozhet Byt2017-05-051-4/+4
* assert: fix AssertionError, assign error codeJames M Snell2017-05-041-1/+4
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* test-console: streamline arrow fn and refine regexJohn Maguire2017-01-301-2/+2
* test: s/assert.notEqual()/assert.notStrictEqual()/cjihrig2017-01-061-1/+1
* test: refactor test-consoleMatt Crummey2016-12-041-17/+19
* test: fix tests after V8 upgradeAli Ijaz Sheikh2016-06-291-2/+2
* tools: lint for object literal spacingRich Trott2016-05-081-2/+2
* test: add tests for console.[info|error|warn]Bryan English2016-05-051-11/+49
* console: timeEnd() with no label emits warningEugene Obrezkov2016-04-251-3/+7
* test: add tests for console.assertEvan Lucas2016-04-211-0/+8
* test: remove unnecessary assignmentsRich Trott2015-12-261-1/+1
* console: delete timers that have endedVladimir Varankin2015-11-131-0/+10
* console: sub-millisecond accuracy for console.timeMichaƫl Zasso2015-10-161-4/+4
* test: enable linting for testsRoman Reiss2015-05-191-3/+4
* console: allow Object.prototype fields as labelscjihrig2015-01-271-9/+25
* Remove excessive copyright/license boilerplateisaacs2015-01-121-24/+0
* test: split test in parallel/sequentialFedor Indutny2014-12-171-0/+82