Sam Kvale
Sam Kvale
Linking the PR that deprecated this: https://github.com/cypress-io/cypress/pull/23092 > While we would normally consider internal state to be internal, cypress-testing-library relies on cy.state('subject'). Therefore, this PR includes a shim to keep...
the yarn version you were seeing is from https://github.com/NYTimes/kyt/blob/78986e60aa5021a2332d741612292f7d327f5570/packages/kyt-cli/utils/yarnOrNpm.js#L4-L6
To hide the yarn version from kyt-cli commands, something like ```js const isYarnInstalled = () => shell.exec('[ -x "$(command -v yarn)" ]').code === 0; ``` could work