Skip to content

Commit

Permalink
feat: export wrapper class (vuejs#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyerburgh authored and kuitos committed Aug 2, 2018
1 parent 70772e0 commit 2a863c3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/test-utils/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import createLocalVue from './create-local-vue'
import TransitionStub from './components/TransitionStub'
import TransitionGroupStub from './components/TransitionGroupStub'
import RouterLinkStub from './components/RouterLinkStub'
import Wrapper from './wrapper'
import WrapperArray from './wrapper-array'
import config from './config'
import { warn } from 'shared/util'

Expand All @@ -23,5 +25,7 @@ export default {
shallowMount,
TransitionStub,
TransitionGroupStub,
RouterLinkStub
RouterLinkStub,
Wrapper,
WrapperArray
}

0 comments on commit 2a863c3

Please sign in to comment.