I am new to Hapi.js and node.js in general and am experiencing an issue when trying to code some tests.
Project structure:
When I run "npm test" i get the following output, how can I fix this?:
Thanks in advance!
Change the test
script in package.json
to:
"test": "lab -c"