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', ->
|
describe 'third-party module', ->
|
||||||
fixtures = path.join __dirname, 'fixtures'
|
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', ->
|
describe 'runas', ->
|
||||||
it 'can be required in renderer', ->
|
it 'can be required in renderer', ->
|
||||||
require 'runas'
|
require 'runas'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue