Jon Koops
Jon Koops
Strange, it is not showing up [on NPM](https://www.npmjs.com/package/ui-event-simulator?activeTab=versions).
I also had to refactor `prosthetic-hand` to a pure ESM package so it can be consumed by Web Test Runner. @IvanSanchez @mourner @Falke-Design can I ask you to review this...
> We'll probably have to mock `package.json` because browsers don't support importing JSON like it was JS (or maybe `with` / `assert` keywords would help, not sure about browser support...
Yeah, just wanted to put it out there as an option. I think Web Test Runner might make more sense for us now, also because it will allow us to...
Alternatively we might also consider [uvu](https://github.com/lukeed/uvu), but it seems extremely minimal.
Yeah, totally agree with that assessment. Unfortunately it's a bit too minimal, since the docs reference browser support, but fail to actually provide details aside from a very bare-bones example.
Got [something similar](https://github.com/keycloak/keycloak-ui/blob/116f562ebbe534ea3ac785d3f833a6308bdbae56/.github/workflows/main.yml#L68-L77) that we used for a recent project of mine.
I am a bit at a loss as to why the tests are failing, it appears to be a rather strange bug. I am able to strip the code from...
I believe it might have something to do with how Sinon handles [fake timers](https://github.com/sinonjs/fake-timers/blob/main/README.md).
@mourner related to your recent changes under #9241 and #9236.