Angular元素的单元测试(已在CustomElementRegistry注册为HTML自定义元素)单独通过,但在一起运行时失败。
创始人
2024-10-30 18:00:24
0

该问题可能是因为Angular Elements的测试仅在单元测试模式下运行,无法模拟在浏览器中注册自定义元素的场景。解决方法是使用@angular/elements库提供的createCustomElement()函数来生成自定义元素,然后在浏览器中手动注册它们。

以下是一个示例组件和测试代码,演示如何通过手动注册自定义元素来解决问题:

import { Component, Injector } from '@angular/core';
import { createCustomElement } from '@angular/elements';

@Component({
  selector: 'my-custom-element',
  template: `

Hello, {{ name }}!

`, }) export class MyCustomElementComponent { name = 'World'; } // Register the custom element with the browser const MyCustomElement = createCustomElement(MyCustomElementComponent, { injector: Injector.create({ providers: [] }), }); customElements.define('my-custom-element', MyCustomElement); describe('MyCustomElementComponent', () => { beforeEach(() => { // Manually register the custom element before each test customElements.define('my-custom-element', MyCustomElement); }); it('should render', () => { const element = document.createElement('my-custom-element'); document.body.appendChild(element); expect(element.querySelector('h1').textContent).toContain('Hello, World!'); }); });

在上述示例中,我们使用createCustomElement()函数来创建一个自定义元素,该元素包含MyCustomElementComponent组件作为其模板,并使用Injector创建一个注入器。然后,我们手动将该元素注册到浏览器中。在测试之前和每个测试之前,我们都需要手动将元素注册到customElements中。

这个解决方案不仅可以解决测试时的问题,还可以允许您将Angular Elements嵌入其他框架或非Angular应用程序中。

相关内容

热门资讯

透视辅助!wepoker辅助器... 透视辅助!wepoker辅助器下载,微信微乐游戏有辅助吗,曝光透视(有挂方式)-哔哩哔哩1、许多玩家...
透视辅助!wepoker透视方... 透视辅助!wepoker透视方法,微乐自建房脚本使用安全吗,了解脚本(有挂总结)-哔哩哔哩wepok...
脚本透视!hhpkoer辅助挂... 脚本透视!hhpkoer辅助挂是真的吗,hhpoker有后台操作吗(透视)确实真的是有挂(哔哩哔哩)...
据玩家消息!wepoker软件... 据玩家消息!wepoker软件安装包,微乐自建房辅助神器怎么安装,教你脚本(确实有挂)-哔哩哔哩1、...
透视攻略!德州局HHpoker... 透视攻略!德州局HHpoker透视脚本,微乐小程序辅助开发透视,有挂脚本(有挂技巧)-哔哩哔哩1、德...
透视开挂!hhpoker辅助,... 透视开挂!hhpoker辅助,hh poker辅助器先试用(透视)其实是真的软件(哔哩哔哩)暗藏猫腻...
透视分享!aapoker辅助器... 透视分享!aapoker辅助器是真的吗,aapoker怎么开辅助器(透视)好像存在有挂(哔哩哔哩)1...
值得注意的是!线上德州的辅助器... 值得注意的是!线上德州的辅助器是什么,广西微乐小程序微信辅助器免费,详情透视(有挂方针)-哔哩哔哩1...
透视了解!aapoker如何设... 您好,这款游戏可以开挂的,确实是有挂的,需要了解加去威信【485275054】很多玩家在这款游戏中打...
透视攻略!hhpoker软件安... 透视攻略!hhpoker软件安装包,微乐小游戏万能修改器,详情透视(有挂秘诀)-哔哩哔哩亲,关键说明...