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

Fix tests on Node 20.8.0+ #603

Merged
merged 4 commits into from
Jan 16, 2024
Merged

Fix tests on Node 20.8.0+ #603

merged 4 commits into from
Jan 16, 2024

Commits on Jan 16, 2024

  1. Switch back to latest Node 20

    Signed-off-by: Chad Wilson <chadw@thoughtworks.com>
    chadlwilson committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    3fae8c8 View commit details
    Browse the repository at this point in the history
  2. Correct tests with Node 20.8.0+

    Switch to mock-tmp which avoids attempting to mock the node `fs` package, which is increasingly difficult, and instead just creates
    a dummy file structure in temp directories.
    
    Signed-off-by: Chad Wilson <chadw@thoughtworks.com>
    chadlwilson committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    31ab18d View commit details
    Browse the repository at this point in the history
  3. Bump chai and transitive dependencies

    Signed-off-by: Chad Wilson <chadw@thoughtworks.com>
    chadlwilson committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    50523ec View commit details
    Browse the repository at this point in the history
  4. Bump version to 4.0.1

    Signed-off-by: Chad Wilson <chadw@thoughtworks.com>
    chadlwilson committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    1287473 View commit details
    Browse the repository at this point in the history