2

运行一项测试时出现此错误。我使用 jestjs 和旁观者来测试我的角度服务

it('url path exist', () => {
    expect(spectator.service.getPath).toBeDefined();
});
4

0 回答 0