feature: Add assertionWithLazyOperator#18
Conversation
| globsOrNames.map( | ||
| (globOrName) => | ||
| new Promise((resolve, reject) => { | ||
| glob(globOrName, (err, files) => { |
There was a problem hiding this comment.
Apparently this callback variant does not exist anymore in the version 10.3.10 (cf: https://github.com/isaacs/node-glob?tab=readme-ov-file#globpattern-string--string-options-globoptions--promisestring--path ). Only promise and sync options exist.
There was a problem hiding this comment.
just posted this in the issues: #19 maybe should have checked PR first
|
the |
The thing is, the |
|
For context, we're replacing some We use the printer function because we are working with a document model; the simple object diff doesn't provide enough context for changes deep in the tree. In the absence of a printer function, we have to render those details into the string description which can be expensive. Would you rather we add an assertion with a printer function? |
Closes #17