Simen Bekkhus

Results 1237 comments of Simen Bekkhus

Works fine on my machine (mac), seems like an issue with your local machine?

None in particular (beyond stuff like ownership of `pwd`) - seems more like a docker thing than this particular image. --- FWIW, this is my output: ```sh-session $ docker run...

I think using a submodule makes sense since that's what the official docs recommend: https://bats-core.readthedocs.io/en/stable/tutorial.html#quick-installation. I know I suggested it in https://github.com/nodejs/docker-node/pull/1588#discussion_r734280534, but since it has no dependencies we could...

I would like one 😀

>Jest does not provide any API to intercept a test failure, so we have to hack it. What do you mean? Right now we just throw (unless you use `done`...

For now, yeah. You can open up a feature request with jest if you want, but I'm not sure if it'll be accepted. Some examples of the API you envision...

v25.3.0 (released 15 minutes ago) includes https://github.com/facebook/jest/pull/9397 which _should_ unblock both this and #131 without hacks. Note that it only works with `jest-circus`, not the default `jest-jasmine2` runner. We'll be...

This is exactly the same as #130 (from Jest's perspective), right? Whether you take a screenshot or not shouldn't matter, as long as you can intercept the error reporting. Unless...

@shortcuts are you sure? 😅 https://www.npmjs.com/package/@docsearch/react

>To be entirely honest, I think (and hope) that this is the start of something that ends with native typescript support in Jest. There's a good chance of that given...