Which of the following is used to create unit tests in Node.js?
A) Mocha
B) Jest
C) Ava
D) all of the above
Answer: D
Explanation: Mocha, Jest, and Ava are all used to create unit tests in Node.js.