mcataford / works-on-my-machine

An opinionated, dependency-conscious test runner for Node.
MIT License
1 stars 0 forks source link

Fix/typescript support when packaged #18

Closed mcataford closed 1 year ago

mcataford commented 1 year ago

This adds better support for Typescript tests by adding --ts as a flag that can be supplied. If --ts is used and ts-node is installed, then womm will use it to run tests.