2
0
Эх сурвалжийг харах

fix unit tests throw in IE

Evan You 11 жил өмнө
parent
commit
eb00b34c0b

+ 0 - 4
test/unit/specs/directives/model_spec.js

@@ -40,10 +40,6 @@ if (_.inBrowser) {
       spyOn(_, 'warn')
     })
 
-    afterEach(function () {
-      document.body.removeChild(el)
-    })
-
     it('radio buttons', function (done) {
       var vm = new Vue({
         el: el,