Version
1.0.0-beta.33
Steps to reproduce
- Check the file https://github.com/vuejs/vue-test-utils/blob/dev/packages/server-test-utils/types/index.d.ts
- It contains the usage of the Cheerio type, but the type is not defined/imported
What is expected?
The Cheerio type must be imported from '@types/cheerio'.
What is actually happening?
This issue prevents TypeScript compilation.