After creating a new module with the script, running `npm install && npm test` in the new module directory does not result in tests being executed. How exactly do I have to perform the `npm test`? What are the requirements?
After creating a new module with the script, running
npm install && npm testin the new module directory does not result in tests being executed.How exactly do I have to perform the
npm test? What are the requirements?