0 votes
in NodeJS Essentials by

Which of the following is used to create unit tests in Node.js?

A) Mocha

B) Jest

C) Ava

D) all of the above

1 Answer

0 votes
by

Answer: D

Explanation: Mocha, Jest, and Ava are all used to create unit tests in Node.js.

...