gpt4 book ai didi

testing - Angular2 RC4 测试 : Uncaught (in promise): TypeError: testing_1. expect(...).toBeAnInstanceOf 不是函数

转载 作者:行者123 更新时间:2023-11-28 20:53:00 25 4
gpt4 key购买 nike

这是我在 Angular2 中的测试:

it('should initialize without DI service',
async(inject([TestComponentBuilder], (tcb: TestComponentBuilder) => {
var template = '<component></component>';
return tcb.overrideTemplate(TestComponent, template)
.createAsync(TestComponent)
.then((fixture ) => {
expect(fixture.debugElement.children[0].componentInstance).toBeAnInstanceOf(ComponentType);
expect(fixture.debugElement.children[0].componentInstance.state).toBeNull();
});
})));

它抛出以下错误:

Uncaught (in promise): TypeError: testing_1.expect(...).toBeAnInstanceOf is not a function

在我更新到 RC4 之前,它在 Angular2 RC2 中运行良好。

最佳答案

由于这个问题已经很长时间没有得到解答,这篇其他帖子可能对 future 有所帮助:

Uncaught TypeError: ctorParameters.map is not a function

关于testing - Angular2 RC4 测试 : Uncaught (in promise): TypeError: testing_1. expect(...).toBeAnInstanceOf 不是函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38346228/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com