For some weird reason CustomEvent is the same object as Event, but looking at the code they are different. CustomEvent has detail in it and extends Event.
This was found in jest-environment-happy-dom, so it might not happen when only using happy-dom.
For some weird reason CustomEvent is the same object as Event, but looking at the code they are different. CustomEvent has detail in it and extends Event.
This was found in jest-environment-happy-dom, so it might not happen when only using happy-dom.