Open
Description
Description of the bug:
npm run test
command in package.json is only compatible in linux/unix environment and fails when run on windows system
it runs npm run lint && npm run test:node:unit
which fails on windows system
Actual vs expected behavior:
npm run test
should run tests successfully on all platforms. but currently it only works on the Linux\Unix based systems and fails in the windows system