Christoph Nakazawa

Results 189 comments of Christoph Nakazawa

Thanks, that's a good answer! I'm wondering about how the State constructor in `jest-snapshot` could be changed to make it work well for your use base. Since we are fundamentally...

I'm referring to disk size of the package, which is about 4 MiB in `node_modules`. This package alone is as big as eslint, and accounts for about 4% of the...

Great idea @iShibi, I like that proposal!

We can't pull in the data structures from the parent context because we want to sandbox every test. If you guys could enumerate the places where these foreign objects are...

It's one of the guarantees of Jest that two tests cannot conflict with each other, so we cannot change it. The question is where you are getting your Error and...

Ah, hmm, that's a good point. It works for primitives but not that well for errors or arrays :(

meh, I'm not sure I love that :(

I'm ok if this feature only works in newer versions of node. It seems much cleaner to me; assuming it doesn't have negative performance implications.

Yeah, that sounds like a good start.