IntermediateVocabulary#nodejs#testing#node:test#vocabulary

Node.js Built-in Test Runner: Vocabulary

Understand the key terms of Node.js's built-in test runner — from importing node:test and writing describe/it blocks to mocking with mock.fn() and using --watch mode.

0 / 5 completed
1 / 5
How do you import the built-in test runner in Node.js without installing any package?