失败:无法读取未定义的属性'querySelector'-业力茉莉花

时间:2018-08-01 18:11:28

标签: javascript angular unit-testing karma-jasmine

我尝试使用业力和茉莉花来测试我的角度分量,在这里我收到错误消息:“失败:无法读取未定义的属性'querySelector'”。

这是我的测试用例:我的目的是在两个特定字段具有输入的情况下验证按钮。

  beforeEach(() => {
    fixture = TestBed.createComponent(SearchPanelComponent);
    component = fixture.componentInstance;
    fixture.detectChanges();
  });

  it('should create', () => {
    expect(component).toBeTruthy();
  });

0 个答案:

没有答案