summaryrefslogtreecommitdiff
path: root/test/parallel/test-stream-writable-constructor-set-methods.js
AgeCommit message (Expand)Author
2019-07-05test: change the repeat Buffer.from('blerg'); statmentsMiken
2018-03-12stream: make virtual methods errors consistentLuigi Pinca
2018-02-17test: refactor stream-*-constructor-set-methodsLuigi Pinca
2018-02-08stream: fix misleading error messageLuigi Pinca
2017-01-11test: s/assert.equal/assert.strictEqual/Gibson Fahnestock
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
2017-01-02test: use const for all require() callscjihrig
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2015-12-26test: remove unnecessary assignmentsRich Trott
2015-05-19test: enable linting for testsRoman Reiss
2015-02-04stream: simpler stream constructonSam Newman