- When running npm run test with the line "test": "tsc && concurrently \"karma start karma.conf.js\"" in my package.json, I encounter the error message 'Error: no test specified'.
- Can someone guide me on how to resolve this issue?
- All of my test cases are located in the testing folder.
- Below, you will find my package.json and the error provided:
{
"name": "sports",
"version": "1.0.0",
...
}
$ npm run test
> <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="3546455a47414675041b051b05">[email protected]</a> test C:\Users\\Desktop\folder-1\webcomponent
> echo 'Error: no test specified'
'Error: no test specified'