Uh oh!
There was an error while loading. Please reload this page.
Use an option for setting mkdirP's max loop size - #8
Conversation
jclem
commented
May 22, 2019
- No need to dirty up the environment
- Use a jest pattern for expecting the right error/assertion count
- No need to dirty up the environment - Use a jest pattern for expecting the right error/assertion count
Is If yes, we should probably increase the default to something higher so that configuring it is wholly unnecessary. If no, it seems weird to me to expose it in the public facing API. I think I'd rather have it as a env variable. If we think that's an issue, I think we should move the implementation into io-helper and still only expose And we can still test that functionality by directly calling the io-util implementation. That way nobody takes a dependency on and/or gets confused by |
jclem
commented
May 22, 2019
Good point, I'll update. |
jclem
commented
May 22, 2019
Closed in favor of #9 |