Skip to content

Support ts, mts and cts files by default #71

Description

@SuperchupuDev

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:

  "nodejs-testing.extensions": [
    {
      "extensions": ["ts"],
      "parameters": []
    }
  ],

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions