Summary
npm run test is failing
Steps To Reproduce
follow the steps mentioned here for linux and run npm run test
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
npm run test should not fail
Actual behavior
getting below errors:
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! parsr@1.1.2 test: mocha -t 15000 -r ts-node/register test/**/**/*.spec.ts
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the parsr@1.1.2 test script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2023-06-27T10_13_49_239Z-debug.log
Environment
Ubuntu 20.04
- Reference commit/version: latest master branch as of filing this bug
Summary
npm run test is failing
Steps To Reproduce
follow the steps mentioned here for linux and run npm run test
Expected behavior
npm run test should not fail
Actual behavior
getting below errors:
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! parsr@1.1.2 test:
mocha -t 15000 -r ts-node/register test/**/**/*.spec.tsnpm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the parsr@1.1.2 test script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2023-06-27T10_13_49_239Z-debug.log
Environment
Ubuntu 20.04