mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 10:01:48 -04:00
* chore: manifest-utils to jest * chore: matcher to jest * chore: modules-yaml to jest * chore: npm-registry-agent to jest Replaced `proxyquire` with jest mocking Fixed `OPTS.strictSSL` fixture to be a boolean as that's what the agent's option type expects. `npm-registry-agent` self-links as a devDependency for importing PR #2913 ref #2858