Justin Collum

Results 57 comments of Justin Collum

Is `toNotThrow` still available? I can't find it in the docs. https://jestjs.io/docs/en/expect.html

I'm also seeing fetch not being mocked in Jest 27 but Node 14. When I debug and look at `fetch` global right after imports are done, it's a mock. But...

I'm messing around with it right now but I'm not that great at node. I'm hoping to get something like `require('./js/underscore.observable.js)(und)` that would load up the mixin -- where `und`...

I think I've got it, forking now.

Node 4.4 on OSX: memwatch will not install, memwatch-next will.

Happening to me as well. Only one call to `createLogger`, so that's not it. The error: ``` Error: ENOENT: no such file or directory, rename '/var/log/cdk/dbUtils/warn.log.11' -> '/var/log/cdk/dbUtils/warn.log.12' at Error...

I thought this might be because I had two instances of my API running. So I killed the second instance and restarted. Still seeing a crash due to log rotation:...