Problems with Jest and Strapi UI

System Information
  • **Strapi Version3.6.2:
  • **Operating SystemWindows 10:
  • **DatabaseMysql 5.7:
  • **Node Versionv14.16.1:
  • **NPM Version6.14.12:
  • **Yarn Version1.22.5:

So problem is, whenever I want to change the Admin UI overwritting say content-manager, I go to extensions/content-manager/whatever/component.js, I can change it, use some ‘hidden’ modules that are there by default on strapi, however, I can’t test it because jest cannot use the modules that are ‘there by default’. Is there a way to mock those guys or something?