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?