An open API service indexing awesome lists of open source software.

https://github.com/blimmer/vue-testing-library-issue


https://github.com/blimmer/vue-testing-library-issue

Last synced: 10 months ago
JSON representation

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