Maximilian Antoni
Maximilian Antoni
@fatso83 I looked it up in the history. It was as you say: We removed rollup to only have to deal with one bundler instead of two. Here is the...
The discussion about how be bundle for esm is a broader topic because it should be done the same in all Sinon projects. We can continue this in a separate...
Thank you for opening and for the link to the docs. This is an experimental feature. From digging into the ESLint PRs, they have some temporary hacks to enable the...
I guess this can be closed as resolved now, right? Thank you for all the work ❤️
Thanks for the feedback. If you have ideas how to further improve the situation, feel free to open a new issue.
As I understand this, `sinon.replace` throws on undefined properties to highlight an issue in case the replaced property was removed or there is a typo while writing a test. I...
You could always do `sinon.define(obj, prop, sinon.stub())`, just like you can do with `sinon.replace`. It’s not limited to the new fakes API.
Thank you for taking the time to explain the issue with this level of detail. I have experienced the same problem before, in my case with http request objects on...
Makes a lot of sense to me. Again, nice and consistent with GitHub (and [the npm namespace](https://github.com/sinonjs/sinon/issues/1652)). 👍
11ty is also my current favorite.