connor4312 / connor4312/nodejs-testing

Support `ts`, `mts` and `cts` files by default

Open
#71 0 comments 7 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
67
Forks
15
PR merge metrics
No merged PRs in 30d

Description

Ever since `--experimental-strip-types` got unflagged, node:test now also runs typescript files by default. The extension should be updated to account for this

I currently have to use the following config to get around it:
```json
"nodejs-testing.extensions": [
{
"extensions": ["ts"],
"parameters": []
}
],
```

Ref: https://nodejs.org/api/test.html#running-tests-from-the-command-line

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.