summaryrefslogtreecommitdiff
path: root/test/parallel/test-zlib-create-raw.js
AgeCommit message (Collapse)Author
2016-08-30test: add test for zlib.create*Raw()Rich Trott
Currently, there are no tests that exercise `zlib.createInflateRaw()` or `zlib.createDeflateRaw()`. This adds minimal tests that invoke the functions and confirm that they return `zlib.InflateRaw`/`zlib.DeflateRaw` objects. PR-URL: https://github.com/nodejs/node/pull/8306 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>