Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase Pnpm's fun test coverage a bit #9341

Merged
merged 2 commits into from
Oct 25, 2024
Merged

Increase Pnpm's fun test coverage a bit #9341

merged 2 commits into from
Oct 25, 2024

Commits on Oct 25, 2024

  1. test(npm): Re-create the lockfile for the babel project

    Prepare for an upcoming change which intends to add an analog,
    comparable test case for Pnpm.
    
    Note: The lockfile has been updated with Npm version 10.8.3.
    
    Signed-off-by: Frank Viernau <[email protected]>
    fviernau committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    46a5850 View commit details
    Browse the repository at this point in the history
  2. test(pnpm): Add some more functional test coverage

    Increase the test coverage to have more confidence for an upcoming
    refactoring. Use the same `package.json` as for the analog
    NPM fun test, for comparison in the hope to get some new insights.
    
    Note: The lockfile has been created with Pnpm version 9.9.0
    
    Signed-off-by: Frank Viernau <[email protected]>
    fviernau committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    49ee322 View commit details
    Browse the repository at this point in the history