Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add return type to createStub
Fixes the error: ``` src/index.ts → dist/vue-test-utils.esm-bundler.mjs... [!] (plugin commonjs--resolver) Error: /home/runner/work/test-utils/test-utils/src/stubs.ts(77,14): semantic error TS2742: The inferred type of 'createStub' cannot be named without a reference to '@vue/compiler-dom/node_modules/@vue/shared'. This is likely not portable. A type annotation is necessary. ``` that we see when upgrading the lockfile in vuejs#1543
- Loading branch information