Dmitry Nechay

Results 4 comments of Dmitry Nechay

Maybe we close this in favor of https://github.com/mongoist/mongoist/pull/97 and future work we will do in order to get support of MongoDB 6.0

Encountered the same issue using [email protected], used `path-to-dir/**` as workaround

@alexey-kozlenkov I suppose it's expected behavior because after you call `mockRestore` the "spy" itself is removed from original implementation. You can check it by doing something like this: ``` import...

From what I found so far, under the hood `pino` uses [safe-stable-stringify](https://www.npmjs.com/package/safe-stable-stringify) that is configured with default `bigint: true` ([ref](https://github.com/pinojs/pino/blob/870176bf70912da331f7333d8a2dfda1329985cf/pino.js#L119-L122)). As a result - in output JSON it puts "number-like"...