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:
parent
7e67f7632d
commit
c87b21148c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ describe 'third-party modules', ->
|
|||
require 'd3'
|
||||
done()
|
||||
|
||||
describe 'unzip', ->
|
||||
xdescribe 'unzip', ->
|
||||
unzip = require 'unzip'
|
||||
|
||||
it 'fires close event', (done) ->
|
||||
|
|
Loading…
Reference in a new issue