How do I enable the Node.js Test Runner?
Hi Rashmi,
You can enable it by running Node.js with the --test
flag, like node --test
, to automatically discover and execute your test files.
Read more:
How do I enable the Node.js Test Runner?
Hi Rashmi,
You can enable it by running Node.js with the --test
flag, like node --test
, to automatically discover and execute your test files.
Read more: