Peter Safranek
Peter Safranek
## Please describe the **minimum necessary steps** to reproduce this issue: Run this Node.js script: ```javascript const nanomatch = require('nanomatch'); const reg = nanomatch.makeRe('é/**/*'); console.log(reg.test('é/foo.txt')); ``` ## What is happening...
**Steps to reproduce** In any given project: 1. Install old dependency for any package. 2. Disable all internet connections. 3. run `npm-check`. **Observed result** `❤️ Your modules look amazing. Keep...
**Summary** When using `fit` or `fdescribe` with `verbosity` 3, the console output is broken. **Steps to Reproduce** 1. Use the full example setup in _README.md_, except change `verbosity` to 3....