mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Supress the unzip module spec.
The unzip module is not compatible with node v0.11.x, so we do not need to test it anymore.
This commit is contained in:
@@ -10,7 +10,7 @@ describe 'third-party modules', ->
|
||||
require 'd3'
|
||||
done()
|
||||
|
||||
describe 'unzip', ->
|
||||
xdescribe 'unzip', ->
|
||||
unzip = require 'unzip'
|
||||
|
||||
it 'fires close event', (done) ->
|
||||
|
||||
Reference in New Issue
Block a user