Skip to content

Commit

Permalink
feat: export ErrorWrapper (#1814)
Browse files Browse the repository at this point in the history
export `ErrorWrapper` so it can be used when extending VTU

Co-authored-by: peterhegman <phegman@gitlab.com>
  • Loading branch information
phegman and peterhegman committed Apr 7, 2021
1 parent 7096ce6 commit b8f796f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/test-utils/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import RouterLinkStub from './components/RouterLinkStub'
import createWrapper from './create-wrapper'
import Wrapper from './wrapper'
import WrapperArray from './wrapper-array'
import ErrorWrapper from './error-wrapper'
import config from './config'
import { warn } from 'shared/util'

Expand All @@ -28,5 +29,6 @@ export {
shallowMount,
RouterLinkStub,
Wrapper,
WrapperArray
WrapperArray,
ErrorWrapper
}

0 comments on commit b8f796f

Please sign in to comment.