Simen Bekkhus

Results 1237 comments of Simen Bekkhus

@h2non Any news here? 😄

One not mentioned in the OP is [`cypress`](https://testing-library.com/cypress)

It seems they'll deal with that themselves ![image](https://user-images.githubusercontent.com/1404810/78133816-6b3a1c00-741f-11ea-9f48-eec5cdb5b9e2.png) But at least `prefer-explicit-assert` would be nice

Why not tell people to use https://github.com/facebook/jest/blob/6fc1860a34ea64a7c3360580e2874c94a5c8fc83/packages/jest-types/src/Config.ts#L43-L51?

`Error.message` is a string according to the node docs: https://nodejs.org/api/errors.html#errors_error_message. How are you creating the error where `message` is not a `string` without breaking that contract?

Where in the docs is it defined as "user readable"? It clearly says `` in node's docs, which is the runtime of this library. (FWIW, I agree we shouldn't break...

I fully support it behind an option 🙂

+1, Levee also has a "half open" concept. https://github.com/krakenjs/levee/blob/master/README.md

Yeah, an action running the update script should be fine. One snag is that we need to wait for the musl builds to complete so we can get them from...