in NodeJS Essentials by

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

A) SuperTest

B) Frisby

C) Supertest-as-promised

D) all of the above

1 Answer

0 votes
by
Answer: D

Explanation: SuperTest, Frisby, and Supertest-as-promised are all used to create integration tests in Node.js.
...