@@ -1,5 +1,4 @@
|
||||
import {
|
||||
mockWarn,
|
||||
createApp,
|
||||
nodeOps,
|
||||
resolveComponent,
|
||||
@@ -9,6 +8,7 @@ import {
|
||||
resolveDynamicComponent,
|
||||
getCurrentInstance
|
||||
} from '@vue/runtime-test'
|
||||
import { mockWarn } from '@vue/shared'
|
||||
|
||||
describe('resolveAssets', () => {
|
||||
test('should work', () => {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { toHandlers } from '../../src/helpers/toHandlers'
|
||||
import { mockWarn } from '@vue/runtime-test'
|
||||
import { mockWarn } from '@vue/shared'
|
||||
|
||||
describe('toHandlers', () => {
|
||||
mockWarn()
|
||||
|
||||
Reference in New Issue
Block a user