JestHow To Configure Jest 28+ To Work With HTML ImportsFeb 22, 2023 1 min readIf you have an application that has HTML imports like this import template from './my-component.html and then attempt to test this code in Jest 28+ (or previous …