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
test(purl-types): fix incomplete assertion in legacy npm names test
Add missing .toBe(true) to assertion that validates npm legacy package
names have at least one characteristic (builtin, mixed case, or illegal
characters). Without this, the test would pass even if the assertion
failed.
0 commit comments