hazelcast / hazelcast/hazelcast-nodejs-client

Being able to send mocha options to test runner script [API-1599]

Open
#814 3 comments 0 reactions 1 assignee Claimed by @srknzl View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.