Closed skanaar closed 1 year ago
Thanks for the issue, I just published 1.0.1 with the fix. (May take a minute to appear on the marketplace)
@connor4312 I have "type": "module"
in my package.json
, using .test.js
file extension. The list of tests shows up fine in the explorer, but when I run them, it fails with the error:
worker1> starting /Users/User/Projects/example/example.test.js
worker1> 1..0 # no tests found
The extension does not seem to support
.mjs
esmodule files.Test output logs
Content of module.test.mjs
I can successfully run this test file with
node --test