antfu-collective / ni

💡 Use the right package manager
MIT License
6.25k stars 208 forks source link

fix: packager detect tests are not running #199

Closed zhyupe closed 7 months ago

zhyupe commented 7 months ago

Description

test/programmatic/detect.spec.ts is supposed to run matrix testing of: fixtures x agents, however fixture is not passed down. As a result, the test runs on lockfile twice.

Linked Issues

None

Additional context

None