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

test: switch to node test runner #1318

Merged
merged 2 commits into from
Jun 2, 2024
Merged

Commits on May 26, 2024

  1. test: switch to node test runner

    Switches to using the built-in node test runner and drops mocha.
    
    Temporarily also introduces a `TEST_TIMEOUT` as `--test-timeout` is only
    available in 20.x and above, but we run CI in 18.x.
    43081j committed May 26, 2024
    Configuration menu
    Copy the full SHA
    b879371 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. test: delay after initial add

    Adds a small delay in some tests after the initial path has been added
    (to avoid the FS de-duping/cancelling events).
    43081j committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    dda8034 View commit details
    Browse the repository at this point in the history