Stanislav Spuzyak

Results 4 comments of Stanislav Spuzyak

Well, lookup is a property of the opts object. And application reassign that property to the string later in the code (opts.lookup = 'connection.remoteAddress';). I suggest, as a quick patch,...

Hi @ded Could you cut new release version as current version v1.6.0 (that available through NPM) is missing fix (made by @vamonte ) for described issue? Thank you.

Try this way: ``` coverageReporter: { dir: 'reports', reporters: [ { type: 'lcov', subdir: 'coverage' } ] } ```