https://github.com/blimmer/vue-testing-library-issue
https://github.com/blimmer/vue-testing-library-issue
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blimmer/vue-testing-library-issue
- Owner: blimmer
- Created: 2021-06-29T20:30:30.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-29T20:48:41.000Z (almost 5 years ago)
- Last Synced: 2025-01-09T13:57:44.957Z (over 1 year ago)
- Language: JavaScript
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Testing Library Type Issue
See the github actions for the failure:
```
14:25:57 /tmp/test-vtl tsc index.ts
node_modules/@testing-library/vue/types/index.d.ts:50:11 - error TS1005: ',' expected.
50 localVue: typeof Vue,
~
node_modules/@testing-library/vue/types/index.d.ts:52:8 - error TS1005: ',' expected.
52 store: Store,
~
node_modules/@testing-library/vue/types/index.d.ts:53:9 - error TS1005: ',' expected.
53 router: Router,
~
Found 3 errors.
```
See https://github.com/testing-library/vue-testing-library/pull/241 for a proposed fix