Closed Raynos closed 11 months ago
I briefly looked at a jscodeshift to go from ava
to node:test
but that's non-trivial, i was looking at the tape
to ava
codemod if i could inverse it.
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.
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 ?