expect(() => normalizer.normalizeDirective(new CompileDirectiveMetadata({
   type: dirType,
   isComponent: true,
   template:
       new CompileTemplateMetadata({encapsulation: null, styles: [], styleUrls: []})
 }))).toThrowError('No template specified for component SomeComp');