chore: move events.spec.ts

This commit is contained in:
Evan You 2019-10-14 17:46:30 -04:00
parent 2b3d5b3f96
commit 2d6d5d4517

View File

@ -1,4 +1,4 @@
import { patchEvent } from '../src/modules/events'
import { patchEvent } from '../../src/modules/events'
import { nextTick } from '@vue/runtime-dom'
describe(`events`, () => {