You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The checks currently detect the fast-check package being imported/required, but if using a test runner integration, the checks won't correctly identify the use of fast-check.
Describe the solution you'd like
Correctly identify fast-check usage when importing @fast-check/ava, @fast-check/jest or @fast-check/vitest.