Closed mgred closed 5 years ago
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
formatio.js | 11 | 82.13% | ||
<!-- | Total: | 11 | --> |
Totals | |
---|---|
Change from base Build 83: | -0.3% |
Covered Lines: | 92 |
Relevant Lines: | 110 |
Think it would make sense to replace this condition with the isSet
method from samsam
and therefore created sinonjs/samsam#58 as well.
Thanks @mantoni
I will create another PR to use the isSet
method which depends on the next samsam release anyways π
@mgred Let me know if you want me to cut releases. I donβt know if you can do them yourself?
Hey @mantoni I can't. Would be nice if you can get this into the wild π
@mantoni did you make a release of this?
Ah, I think I did one for samsam and I understood that there is more work coming with an additional PR before this should be released. @mgred ?
Yes this is realeased in sinonjs/samsam#58. The method is already in use since #23 landed, so I think we're good to go with a release.
Purpose (TL;DR) - mandatory
@sinonjs/commons
functionName
method with implementation from@sinonjs/commons
typeOf
for array identificationHow to verify - mandatory
npm install
npm test
Checklist for author
npm run lint
passes