As a first step of moving to jest, we need to separate the code that needs karma and cross-browser testing, since jest doesn't support that.
We can create a small functional utility belt for CSSinJS libraries that encapsulates all the CSSOM/DOM logic and we can use the current karma setup for this library.
Needed also for #745
As a first step of moving to jest, we need to separate the code that needs karma and cross-browser testing, since jest doesn't support that.
We can create a small functional utility belt for CSSinJS libraries that encapsulates all the CSSOM/DOM logic and we can use the current karma setup for this library.
Needed also for #745