Skip to content

Commit

Permalink
fix(types): Export BaseWrapper from index.ts (#1548)
Browse files Browse the repository at this point in the history
* export basewrapper

* Update src/index.ts

Co-authored-by: freakzlike <freakzlike@gmail.com>

Co-authored-by: freakzlike <freakzlike@gmail.com>
  • Loading branch information
snoozbuster and freakzlike committed Jun 2, 2022
1 parent 464eb94 commit 8fdb38e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
@@ -1,5 +1,6 @@
import { DOMWrapper } from './domWrapper'
import { VueWrapper } from './vueWrapper'
import BaseWrapper from './baseWrapper'
import { mount, shallowMount } from './mount'
import { MountingOptions } from './types'
import { RouterLinkStub } from './components/RouterLinkStub'
Expand All @@ -16,6 +17,7 @@ export {
RouterLinkStub,
VueWrapper,
DOMWrapper,
BaseWrapper,
config,
flushPromises,
MountingOptions,
Expand Down

0 comments on commit 8fdb38e

Please sign in to comment.