zlib stream compression (#2028)

This commit is contained in:
Gus Caplan
2017-10-25 11:30:03 -05:00
committed by Amish Shah
parent 0277d1de78
commit 0589b7d7f1
7 changed files with 48 additions and 30 deletions

View File

@@ -55,11 +55,11 @@ const createConfig = options => {
tls: 'mock',
child_process: 'empty',
dgram: 'empty',
zlib: 'empty',
__dirname: true,
process: false,
path: 'empty',
Buffer: false,
zlib: 'empty',
},
plugins,
};