-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Hi, I would like to require a file, so it runs before all of my tests.
Example: ts-mocha -r test/setup.ts \"test/**/*.test.ts\"
If I run this I get the following error: TypeError: Unknown file extension ".ts"
.
If I try to run the setup.mjs
file, which I had before, when I wasn't using typescript, all the imports in that file don't work, because they are from .ts
files.
What's the best way to get this working with ts-mocha?
OuthBack, cope, ps-clarson and caomingpei
Metadata
Metadata
Assignees
Labels
No labels