Skip to content

Commit e96bc09

Browse files
authoredAug 14, 2024
chore: expose Stubs type publicly (#2492)
1 parent ab4df74 commit e96bc09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { VueWrapper } from './vueWrapper'
33
import BaseWrapper from './baseWrapper'
44
import { mount, shallowMount } from './mount'
55
import { renderToString } from './renderToString'
6-
import { MountingOptions } from './types'
6+
import { MountingOptions, Stubs } from './types'
77
import { RouterLinkStub } from './components/RouterLinkStub'
88
import { createWrapperError } from './errorWrapper'
99
import { config } from './config'
@@ -23,6 +23,7 @@ export {
2323
config,
2424
flushPromises,
2525
MountingOptions,
26+
Stubs,
2627
createWrapperError
2728
}
2829

0 commit comments

Comments
 (0)