-
-
Notifications
You must be signed in to change notification settings - Fork 534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Follow-up on question to @ava/typescript maintainers #1234
Comments
I've been trying to use ava with ts-node. I managed to figure out that I needed
|
I'll need a more complete reproduction to point you in the right direction. |
@wycats looks like you're hitting an ava limitation. Tools like mocha detect if node should treat a file as CommonJS or as ESM. ava needs this to be explicitly configured. Here is an example of ava and ts-node using Here is an example of ava and ts-node using |
@cspotcode I have an issue with Here is my thread on Ava, they think it's related to Should I open a new issue for this? |
@mesqueeb I've created an ava discussion thread. Please post your question over there. #1247 I've explained the difference between discussion threads and issues here: #1174 In short, proven * bugs and feature requests can be posted as issues, but questions should be posted in Discussions. If you're unsure if it's a bug or not, it's probably not a bug, so starting the conversation in Discussions is appropriate. *We get a lot of issues which are posed as bugs, but are actually not. Best to start in Discussions and, where appropriate, create an issue requesting improved documentation once we you have a solution. |
Reminder to myself to follow-up on avajs/typescript#29
The text was updated successfully, but these errors were encountered: