Any plans to support the built-in Node.js test runner? #3401
-
Hi! I love the consolidation of the different test harnesses (ava, mocha, jest) into the monorepo lately! It seems like this is reducing maintenance overhead. Are there any plans to add the built-in Node.js test runner1 to the list of supported test frameworks? Footnotes |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi! No plan to add it short term so far. By default, fast-check already support any test runner without extra packages needed. The extra packages |
Beta Was this translation helpful? Give feedback.
-
Aha! I was overthinking it 😁 I'll have to give this a shot! Thank you for the tip 🙏 |
Beta Was this translation helpful? Give feedback.
Hi!
No plan to add it short term so far. By default, fast-check already support any test runner without extra packages needed.
The extra packages
@fast-check/ava
or@fast-check/jest
have been created to ensure an even deeper integration with these tests frameworks as they provide deep functionalities that can be connected once for everyone: use the seed of jest, possibly better watch...