Replies: 3 comments
-
I briefly looked at a jscodeshift to go from |
Beta Was this translation helpful? Give feedback.
-
The oldest AVA tests actually use the tap runner. We run separate sets of tests. It would be possible within AVAs config to filter test files yourself, so you wouldn't provide globs but resolve the list of files fit for AVA. |
Beta Was this translation helpful? Give feedback.
-
Running seperate tests is possible I guess but a bit of a pita, would be nice if it worked as is with a single test runner, I guess I can use |
Beta Was this translation helpful? Give feedback.
-
I want to migrate my tests and write new tests using
node:test
and continue usingava
to run the entire test file.Is it possible for ava cli to detect that a given file runs
node:test
and hook into that, or hook into the TAP output ?Beta Was this translation helpful? Give feedback.
All reactions