jest-matchers to expect.displayName to MPR. https://github.com/facebook/jest/pull/4327I think the inline require one is best handled by people more familiar with Jest internals at the state it is. It works (the PR that is) by excluding a given module, but that's a slippery slope (and easy to break by messing with e.g. Array.prototype, although that's not new with a lazy Jest). Something should be done WRT ensuring the env in a test is unable to touch the runner's env.
Happy to help out though, of course!
(link: #3786)
And personally I'd like to see a solution for jest-matchers to work in IE10, not sure how high if a priority that is, though?
EDIT: I'm senile, Aaron already said what I said, only better.
i messed around with this issue this week. My opinion that we should make everything that is not a test execute in the outer VM scope.
EDIT2: #4340
To finish the batch of work on pretty-format:
HTMLElement pluginpretty-format/README.mdWhile we are fixing edge cases with breaking changes:
trim method, and then merge #4314 and its little brother #4311But let #3429 marinate until following version of Jest:
Do we need https://github.com/facebook/jest/issues/4278 for Jest 21?
@rogeliog I'm not sure, I think there is a ton of stuff we could do here to make the API better and unclear right now if we should touch it and make it a thing for 21 at all. Let's discuss in the jest-core channel.
Just making sure, but #4091 will land with jest@21 and friends, right?
@wtgtybhertgeghgtwtg yup, it's already on master (from which the releases are cut)
it's actually already on jest@test if you need it
I think https://github.com/facebook/jest/issues/4074 and browser support documentation.... : )
What about the failing CI? Does anybody have an update on that?
CI is only failing on AppVeyor with a minor issue that nobody has spent time on fixing yet.
In the PR comments you mentioned that #3660 will land in Jest 21 as well. I finished up the PR as per your comments so hopefully it can be merged in time for Jest 21:)
Yep, it's part of 21!
Also, should we use a milestone for Jest 21?
Usage in the browser also needs docs, and probably a full example
@cpojer https://github.com/facebook/jest/issues/4100? :)
@evan-scott-zocdoc this is not an issue for requests. If you want an issue to be fixed, send a PR, and it will be merged when it is ready.
We are going to punt on some further fixes, as they aren't breaking changes. We'll publish 21 soon.
Most helpful comment
We are going to punt on some further fixes, as they aren't breaking changes. We'll publish 21 soon.