Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vue-test-utils: allow
false
as a component stub value
Updated types/index.d.ts to allow false to be passed as a component stub value in mount or shallowMount. `false` in this case means don't use a stub for the given component.
- Loading branch information