Published Jan 03, 2024
[
 
]
You can use ts-mocha
ts-mocha
To add coverage
nyc ts-mocha
Or you can use
mocha --require ts-node/register
# or ths following for a significantly faster experience, as this avoids the Typescript type checking
mocha -require ts-node/register/transpile-only