-
Notifications
You must be signed in to change notification settings - Fork 10
Support *.tsx #4
Comments
Hey @Wildhoney! #1 introduced the changes in file name matching. We could just add To be fair - AVA does not seem to match I am pretty sure there is something else wrong if it didn't work with the renamed files either. Maybe you can provide an example? |
I'm not a huge fan of TS, and I totally agree with you regarding the renaming from I will investigate further today, and update the ticket if I find anything. I assume it is possible to use JSX in a |
Fixed in v0.24.1. |
Uh oh!
There was an error while loading. Please reload this page.
Although
*.ts
files seem to run perfectly well, I'm having trouble getting*.tsx
files to be recognised.With
ava-ts **/*.test.{ts,tsx}
it claims it cannot find any*.tsx
files, but finds an abundance of*.ts
files and runs them successfully. I've tried renaming my.tsx
files to.ts
, and althoughava-ts
then finds them, it fails to compile — potentially because they now have an incorrect extension, or it may be an additional issue to resolve.Do you have any examples of how to add support for
.tsx
?The text was updated successfully, but these errors were encountered: