TSX Support on AVA #3351
Answered
by
novemberborn
Abiji-2020
asked this question in
Q&A
-
while trying to run a test file on tsx using ava, it shows unknown file extension. my ava configuration is
|
Beta Was this translation helpful? Give feedback.
Answered by
novemberborn
Nov 22, 2024
Replies: 1 comment 1 reply
-
I'm not sure if The error looks like the code is importing from |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Abiji-2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not sure if
filterNodeArgumentsForWorkerThreads
is needed or what it's meant to do, I don't see you passing the--import=tsimp
argument.The error looks like the code is importing from
.tsx
file and that's not a recognized extension, which suggeststsimp
isn't active. But I don't know iftsimp
supports.tsx
.