Skip to content

No way to watch .ts tests #1669

@BryanCrotaz

Description

@BryanCrotaz
"scripts": {
    "build": "tsc src/index.ts",
    "dev": "tsc src/index.ts --watch",
    "test": "qunit --require ts-node/register --watch 'test/**/*-test.ts'"
  }

Easy to run typescript tests, and pretty well documented. However --watch only reruns tests when .js files change. It ignores .tsfiles.

Suggestion: watch should trigger on both ts and js files.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions