diff --git a/test/specs/Drawer.spec.js b/test/specs/Drawer.spec.js index a912b8a..f5a6105 100644 --- a/test/specs/Drawer.spec.js +++ b/test/specs/Drawer.spec.js @@ -35,7 +35,6 @@ describe('Drawer', function () { nextTick().then(() => { foundation.destroy.should.have.been.called.once foundation.destroy.restore() - foundation.destroy() }).then(done) })