@@ -48,7 +48,7 @@ declare module 'vue' {
48
48
readonly app : UnwrapRef < typeof import ( '../config/app' ) [ 'default' ] >
49
49
readonly appPath : UnwrapRef < typeof import ( './core/path/src/index' ) [ 'appPath' ] >
50
50
readonly arraysPath : UnwrapRef < typeof import ( './core/path/src/index' ) [ 'arraysPath' ] >
51
- readonly assert : UnwrapRef < typeof import ( './core/utils/src/base ' ) [ 'assert' ] >
51
+ readonly assert : UnwrapRef < typeof import ( 'vitest ' ) [ 'assert' ] >
52
52
readonly asyncComputed : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'asyncComputed' ] >
53
53
readonly at : UnwrapRef < typeof import ( './core/arrays/src/index' ) [ 'at' ] >
54
54
readonly auth : UnwrapRef < typeof import ( './core/auth/src/index' ) [ 'auth' ] >
@@ -799,7 +799,7 @@ declare module 'vue' {
799
799
const app : typeof import ( '../config/app' ) [ 'default' ]
800
800
const appPath : typeof import ( './core/path/src/index' ) [ 'appPath' ]
801
801
const arraysPath : typeof import ( './core/path/src/index' ) [ 'arraysPath' ]
802
- const assert : typeof import ( './core/utils/src/base ' ) [ 'assert' ]
802
+ const assert : typeof import ( 'vitest ' ) [ 'assert' ]
803
803
const asyncComputed : typeof import ( '@vueuse/core' ) [ 'asyncComputed' ]
804
804
const at : typeof import ( './core/arrays/src/index' ) [ 'at' ]
805
805
const auth : typeof import ( './core/auth/src/index' ) [ 'auth' ]
@@ -1559,7 +1559,7 @@ declare module 'vue' {
1559
1559
readonly app : UnwrapRef < typeof import ( '../config/app' ) [ 'default' ] >
1560
1560
readonly appPath : UnwrapRef < typeof import ( './core/path/src/index' ) [ 'appPath' ] >
1561
1561
readonly arraysPath : UnwrapRef < typeof import ( './core/path/src/index' ) [ 'arraysPath' ] >
1562
- readonly assert : UnwrapRef < typeof import ( './core/utils/src/base ' ) [ 'assert' ] >
1562
+ readonly assert : UnwrapRef < typeof import ( 'vitest ' ) [ 'assert' ] >
1563
1563
readonly asyncComputed : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'asyncComputed' ] >
1564
1564
readonly at : UnwrapRef < typeof import ( './core/arrays/src/index' ) [ 'at' ] >
1565
1565
readonly auth : UnwrapRef < typeof import ( './core/auth/src/index' ) [ 'auth' ] >
0 commit comments