Closed
Description
Describe the bug tsc
compile fails with Typescript v3.9.7
To Reproduce Steps to reproduce the behavior:
See https://github.com/blimmer/vue-testing-library-issue / https://github.com/blimmer/vue-testing-library-issue/runs/2946243182?check_suite_focus=true
Expected behavior
The Typescript compile should pass with TypeScript v3.
Screenshots
Related information:
@testing-library/vue
version: 5.8.0Vue
version: N/Anode
version: 14npm
(oryarn
) version: N/A
Relevant code or config (if any)
import '@testing-library/vue'
Additional context
Shouldn't the TypeScript check step of the CI system catch this?