You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running command npx mocha test/**/*.js --timeout 1200000 tests were covered. Also used npx grunt --force to run eslint part. Mocha and Eslint both worked fine when calling directly, but single command npx grunt provides error like described in comment above.
When running
npx grunt
in the project directory, the following error occurs:Probably problem with Node.js version (which version is sufficient to work with it?)
Is there way to run all tests without using Grunt?
The text was updated successfully, but these errors were encountered: