Skip to content

Commit

Permalink
chore: expose Stubs type publicly (#2492)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoprp authored Aug 14, 2024
1 parent ab4df74 commit e96bc09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { VueWrapper } from './vueWrapper'
import BaseWrapper from './baseWrapper'
import { mount, shallowMount } from './mount'
import { renderToString } from './renderToString'
import { MountingOptions } from './types'
import { MountingOptions, Stubs } from './types'
import { RouterLinkStub } from './components/RouterLinkStub'
import { createWrapperError } from './errorWrapper'
import { config } from './config'
Expand All @@ -23,6 +23,7 @@ export {
config,
flushPromises,
MountingOptions,
Stubs,
createWrapperError
}

Expand Down

0 comments on commit e96bc09

Please sign in to comment.