How to bun test **/test.tsx
#5880
giovannivocale-molar
started this conversation in
General
Replies: 1 comment
-
Tests need ".test", "_test_", ".spec" or "_spec_" in the filename (ex: "MyApp.test.ts"). I searched for a option to pick up test files in different formats but didn't find one, so I suggest renaming your files to match the convention. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
All my test files are named as such:
How can I let bun find test files named
test.tsx
?Beta Was this translation helpful? Give feedback.
All reactions