Remove the unzip spec completely.
This commit is contained in:
parent
d8eb465eb9
commit
92b19f89d9
1 changed files with 0 additions and 8 deletions
|
@ -5,14 +5,6 @@ path = require 'path'
|
|||
describe 'third-party module', ->
|
||||
fixtures = path.join __dirname, 'fixtures'
|
||||
|
||||
xdescribe 'unzip', ->
|
||||
unzip = require 'unzip'
|
||||
|
||||
it 'fires close event', (done) ->
|
||||
fs.createReadStream(path.join(fixtures, 'zip', 'a.zip'))
|
||||
.pipe(unzip.Parse())
|
||||
.on('close', done)
|
||||
|
||||
describe 'runas', ->
|
||||
it 'can be required in renderer', ->
|
||||
require 'runas'
|
||||
|
|
Loading…
Reference in a new issue