Skip to content

Commit 1e03af4

Browse files
committed
bug fix
1 parent 96462d8 commit 1e03af4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/specs/event.spec.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import { data, titles } from '../tools/source'
2-
import { createVue, nextTick, simulateEvent } from '../tools/utils'
2+
import { destroyVM, createVue, nextTick, simulateEvent } from '../tools/utils'
33

44
describe('client event', _ => {
55
let vm
66
afterEach(function() {
7-
// vm && destroyVM(vm)
7+
vm && destroyVM(vm)
88
})
99
it('filtered-data event', async () => {
1010
vm = createVue({

0 commit comments

Comments
 (0)