Google News
logo
NodeJS - Interview Questions
How is a test pyramid implemented using the HTML API in Node.js ?
Test pyramids are implemented by defining the HTML API. This is done using the following:
 
* A higher number of unit test cases
* A smaller number of integration test methods
* A fewer number of HTTP endpoint test cases
Advertisement