Hello!
I'd like to write unit test to my cesium application. I tried to set up with Jest and Jasmine but both framework throw error:
ReferenceError: Cesium is not defined
Can someone point me to the right direction? How do you write unit tests in Cesium?
Thanks!