Skip to content

Commit

Permalink
types: fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiller1990 committed Nov 8, 2020
1 parent c3f6e1a commit 3b1fd83
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/config.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ describe('config', () => {
mixins: [],
plugins: [],
mocks: {},
provide: {}
provide: {},
stubs: {},
config: {},
renderStubDefaultSlot: false
}

jest.clearAllMocks()
Expand Down

0 comments on commit 3b1fd83

Please sign in to comment.