ymdatta / SimplyClip

A chrome extension that allows copying of items to and from clipboard.
MIT License
0 stars 1 forks source link

The test cases in seleniumTest.js are not working #17

Closed r-kala closed 11 months ago

r-kala commented 11 months ago

The "istanbul-coverage": "nyc --reporter=html mocha seleniumTest.js" Script was erroring out with " 'nyc' is not recognized as an internal or external command, operable program or batch file" error

r-kala commented 11 months ago

The issue was due to vulnerabilities in devDependencies in the package.json and package-lock.json file. node_modules and package-lock.json were removed and reconfigured along with npm and mocha modules to solve the dependency issues.