Open
Description
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! [email protected] test: mocha -t 15000 -r ts-node/register test/**/**/*.spec.ts
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] 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
Activity