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
The vitest/no-disabled-tests rule reports a disabled test for upper1 and upper3. It looks like the rule detects functions with a param that starts with x and we call a function on that param.
The
vitest/no-disabled-tests
rule reports a disabled test forupper1
andupper3
. It looks like the rule detects functions with a param that starts withx
and we call a function on that param.The problem happens after updating to v1.1.18, it works fine in v1.1.17
The text was updated successfully, but these errors were encountered: