How do I enable the Node.js Test Runner?

Another way to enable the Node.js Test Runner is by creating a test folder and placing your test files with .test.js extensions. Then, you can use the node --test command to automatically find and run all the test files in the directory, allowing seamless test execution without needing additional configurations.