我正在嘗試爲使用Dojo和TypeScript構建的正在進行的項目創建功能測試。當我嘗試啓動實習生亞軍,開始我的功能測試中,我得到以下錯誤: ReferenceError: __cov_3BgxwjlWVK8G4w9ax1XO$A is not defined
at Object.<anonymous> <C:\workspaces\QLiveFrontend\P89_Web\nod
這些都不會忽略相關功能。你如何忽略ng2中的輸入集函數? THX /* istanbul ignore next */
@Input()
set pageOffset(pageOffset: number) {
this.pageOffsetSetter(pageOffset);
}
@Input()
/* istanbul ignore next */
set pageO
我在我的Angular項目上運行karma/jasmine的測試覆蓋率,並將覆蓋範圍輸出到文件./coverage/coverage.json。 我可以運行像這樣的命令: ./node_modules/istanbul/lib/cli.js check-coverage --lines 90
Output: ERROR: Coverage for lines (89.1%) does not m