Replies: 1 comment
-
@wataruian how did you get oclif to work with Jest? |
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
-
I recently tested to replace the test runner with
jest
and it works fine.Will it be possible to replace it with the built-in NodeJS test runner (node versions 18 and up) via
node --test
, so that there will be no need to use jest (or any other third-party test runner) completely?Beta Was this translation helpful? Give feedback.
All reactions