Skip to content

Commit cc4f7bb

Browse files
committed
chore(types): stubs are always present in global mount options
1 parent 5e44def commit cc4f7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { CustomCreateStub } from './stubs'
55

66
export interface GlobalConfigOptions {
77
global: Required<Omit<GlobalMountOptions, 'stubs'>> & {
8-
stubs?: Record<string, Stub>
8+
stubs: Record<string, Stub>
99
}
1010
plugins: {
1111
VueWrapper: Pluggable<VueWrapper>

0 commit comments

Comments
 (0)