feat: 解决vue组件单元测试复杂的环境依赖,以及提交NetworkOverviewLine单元测试用例

This commit is contained in:
chenjinsong
2023-01-10 10:09:13 +08:00
parent 9f488adcb9
commit 431821154e
8 changed files with 340 additions and 217 deletions

View File

@@ -1103,10 +1103,5 @@ export function getNameByEventType (type) {
case 'high dns response time': {
return 'dns response time'
}
// 目前ui并未找到此类型添加以防不测
case 'high http resopnse time':
default: {
return 'http response time'
}
}
}