as the title suggests this is meant to make unit/integration tests, e.g with testing-library, possible for apps using Slickgrid. In my specific case I'm making use of angular-slickgrid and would like to be able to test my app using angular-testing-library.
The introduced devMode workarounds are in order to work around the following jsdom issues:
as the title suggests this is meant to make unit/integration tests, e.g with testing-library, possible for apps using Slickgrid. In my specific case I'm making use of angular-slickgrid and would like to be able to test my app using angular-testing-library.
The introduced devMode workarounds are in order to work around the following jsdom issues:
https://github.com/jsdom/jsdom/issues/2310 (missing clientWidth) https://github.com/jsdom/jsdom/issues/992 (missing ownerNode, even with a nice reference to Slickgrid ;) ) For additional conversations about this topic please refer to https://github.com/ghiscoding/Angular-Slickgrid/discussions/1319