blipp
blipp copied to clipboard
Add excluded option
@woolfi182 sorry for the delay. Can we change it to "exclude" as opposed to "excluded" ?
Sure:)
Who will do that? I don't have enough time to do that now. Probably, you have some
Travis CI cannot pass npm test for node v11 because of the experimental functionality:
globals_queuemicrotask
which is added to global scope, so, lab.js test framework recognize the new variable queuemicrotask as memory leak.
there are two ways to solve that:
- merge anyway
- add
excludeparam tolabinvocation What do you think about that?
In the package.json, add -I queueMicrotask argument to the lab command. That will solve the issue :)
@woolfi182 I wonder if it will also be valuable to use pattern matching to exclude multiple routes. For example '/assets/*'