Skip to content

node --test ./tests/*.js has inconsistent behaviors in unix and windows #47863

@hyf0

Description

@hyf0

Version

v18.16.0

Platform

Microsoft Windows NT 10.0.22621.0 x64

Subsystem

No response

What steps will reproduce the bug?

  1. Clone https://github.com/hyf0/starter-libesm
  2. Run pnpm test:defult or node --test ./tests/*.js both on unix and windows

Unix output

> [email protected] test /home/runner/work/starter-libesm/starter-libesm
> node --test ./tests/*.js

TAP version 13
# Subtest: /home/runner/work/starter-libesm/starter-libesm/tests/index.js
ok 1 - /home/runner/work/starter-libesm/starter-libesm/tests/index.js
  ---
  duration_ms: [8](https://github.com/hyf0/starter-libesm/actions/runs/4885416970/jobs/8719448063#step:7:9)0.4[17](https://github.com/hyf0/starter-libesm/actions/runs/4885416970/jobs/8719448063#step:7:18)502
  ...
1..1
# tests 1
# pass 1
# fail 0
# cancelled 0
# skipped 0
# todo 0
# duration_ms 85.08817

windows output

Run pnpm test

> [email protected] test D:\a\starter-libesm\starter-libesm
> node --test ./tests/*.js

Could not find 'D:\a\starter-libesm\starter-libesm\tests\*.js'
 ELIFECYCLE  Test failed. See above for more details.
Error: Process completed with exit code 1.

Using node --test .\\tests\\*.js on windows also fails.

output:

Could not find 'C:\Users\xxx\Documents\GitHub\starter-libesm\tests\*.js'

How often does it reproduce? Is there a required condition?

No response

What is the expected behavior? Why is that the expected behavior?

No response

What do you see instead?

See above.

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions