Parcourir la source

fix unit tests throw in IE

Evan You il y a 11 ans
Parent
commit
eb00b34c0b
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  1. 0 4
      test/unit/specs/directives/model_spec.js

+ 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,