Skip to content

Commit 3b1fd83

Browse files
committed
types: fix types
1 parent c3f6e1a commit 3b1fd83

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/config.spec.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ describe('config', () => {
1010
mixins: [],
1111
plugins: [],
1212
mocks: {},
13-
provide: {}
13+
provide: {},
14+
stubs: {},
15+
config: {},
16+
renderStubDefaultSlot: false
1417
}
1518

1619
jest.clearAllMocks()

0 commit comments

Comments
 (0)