[Vuejs]-Jest causing "Cannot read properties of null (reading 'isCE')" when upgrading from vue 3.2.37 to 3.2.39

0👍

This might be because you may have not mocked a promise in your vue test.

Please read more about this here.

https://v1.test-utils.vuejs.org/guides/testing-async-components.html

Leave a comment