You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
Thanks for putting your time and effort into this awesome library!
We're currently looking at replacing Jest with the built-in test runner of node (since v18) and this project is almost a drop-in replacement, except for the snapshot validator.
Currently it seems to accept Mocha and Uvu style TestContexts, but not the one available in native node.
The main difference seems to be how to get the name of the suite.
The node TestContext type can be found in @types/node/test.d.ts.
Would it perhaps make sense to extend the support to include also the native node one?
The text was updated successfully, but these errors were encountered:
Hi!
Thanks for putting your time and effort into this awesome library!
We're currently looking at replacing Jest with the built-in test runner of node (since v18) and this project is almost a drop-in replacement, except for the snapshot validator.
Currently it seems to accept Mocha and Uvu style TestContexts, but not the one available in native node.
The main difference seems to be how to get the name of the suite.
The node
TestContext
type can be found in@types/node/test.d.ts
.Would it perhaps make sense to extend the support to include also the native node one?
The text was updated successfully, but these errors were encountered: