summaryrefslogtreecommitdiff
path: root/test/parallel/test-stream2-writable.js
Commit message (Expand)AuthorAgeFilesLines
* stream: rm {writeable/readable}State.lengthCalvin Metcalf2017-12-181-1/+1
* test: use ES6 classes instead of util.inheritsTobias Nießen2017-11-121-16/+15
* test: refactor test-stream2-writableRich Trott2017-06-231-1/+3
* test: remove node-tap lookalikecjihrig2017-06-191-149/+111
* stream: add final methodCalvin Metcalf2017-05-241-0/+22
* test: reduce string concatenationsVse Mozhet Byt2017-05-051-2/+2
* test: add common.noop, default for common.mustCall()James M Snell2017-03-261-5/+6
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* test: use repeat() instead of new Array().join()Jackson Tian2017-02-011-1/+1
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-111-44/+45
* test: use const for all require() callscjihrig2017-01-021-4/+4
* test: refactor test-stream2-writableRich Trott2016-12-221-32/+32
* tools: add additional ESLint rulesTeddy Katz2016-09-201-2/+2
* tools: add eslint rule prefer-assert-methodsDany Shaanan2016-09-201-1/+1
* tools: replace custom ESLint rule with built-inRich Trott2016-09-121-1/+1
* buffer: introduce latin1 encoding termTrevor Norris2016-06-071-1/+3
* benchmark,test,lib: remove extra spacesRich Trott2016-05-111-1/+1
* buffer: add .from(), .alloc() and .allocUnsafe()James M Snell2016-03-161-12/+12
* test: remove unnecessary assignmentsRich Trott2015-12-261-1/+1
* test: enable linting for testsRoman Reiss2015-05-191-13/+14
* test: common.js -> commonBrendan Ashworth2015-02-221-1/+1
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* test: split test in parallel/sequentialFedor Indutny2014-12-171-0/+405