DEV Community

Discussion on: Nodejs Code Evaluation Using Jest e SonarQube + Docker

Collapse
 
dcmarti profile image
dcmarti

Very good tutorial! There is one error thou: you shall remove
module.exports = server;
from file: sonar-project.js.

Would you like to share how full flaged project in nodejs should be organized?