Skip to content

Commit eb00b34

Browse files
committed
fix unit tests throw in IE
1 parent e78a248 commit eb00b34

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/unit/specs/directives/model_spec.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ if (_.inBrowser) {
4040
spyOn(_, 'warn')
4141
})
4242

43-
afterEach(function () {
44-
document.body.removeChild(el)
45-
})
46-
4743
it('radio buttons', function (done) {
4844
var vm = new Vue({
4945
el: el,

0 commit comments

Comments
 (0)