npm run test command is not compatible with all env #394
Labels
component:js sdk
Issue/PR related to JavaScript SDK
p3
status:triaged
Issue/PR triaged to the corresponding sub-team
type:feature request
New feature request/enhancement
Uh oh!
There was an error while loading. Please reload this page.
Description of the bug:
npm run test
command in package.json is only compatible in linux/unix environment and fails when run on windows systemit runs
npm run lint && npm run test:node:unit
which fails on windows systemActual 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 systemThe text was updated successfully, but these errors were encountered: