hazelcast / hazelcast/hazelcast-nodejs-client
Being able to send mocha options to test runner script [API-1599]
Open
Contribution-Welcome
Estimation: S
good first issue
Priority: Low
to-jira
Type: Enhancement
- Dominant language
- TypeScript
- Stars
- 152
- Forks
- 64
- Avg merge
- 46m
- Merged PRs (30d)
- 3
Description
Things get complicated when we want to pass several arguments to mocha. Right now we can pass a pattern to test script like this:
`npm run test pattern`
This sets -g option of mocha behind the scenes. We cannot give any other option right now.
It would be better to be able give mocha options like this:
`npm run test -g pattern -b`
Contributor guide
Assessment
This issue has not been assessed yet.