We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4df74 commit e96bc09Copy full SHA for e96bc09
src/index.ts
@@ -3,7 +3,7 @@ import { VueWrapper } from './vueWrapper'
3
import BaseWrapper from './baseWrapper'
4
import { mount, shallowMount } from './mount'
5
import { renderToString } from './renderToString'
6
-import { MountingOptions } from './types'
+import { MountingOptions, Stubs } from './types'
7
import { RouterLinkStub } from './components/RouterLinkStub'
8
import { createWrapperError } from './errorWrapper'
9
import { config } from './config'
@@ -23,6 +23,7 @@ export {
23
config,
24
flushPromises,
25
MountingOptions,
26
+ Stubs,
27
createWrapperError
28
}
29
0 commit comments