Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Description
Suggestion
Overview
- The
vitest
plugin is should be scanning all files that are covered bytsconfig.spec.json
, not just the test files. - Some references to non-existent repos like
eslint-plugin-tslint
. - Switch
*.{ts,tsx,cts,mts}
glob patterns to*.?(m|c)ts?(x)
as it seems to be slightly faster.
Additional Info
I will submit a PR for this shortly.