From 5dae745e86e032e64f84491ac44a2e4b23be3949 Mon Sep 17 00:00:00 2001 From: benjamin Date: Mon, 18 May 2026 17:12:41 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E9=81=BF=E5=85=8D=20Ops=20=E5=9B=BE?= =?UTF-8?q?=E8=A1=A8=E6=B5=8B=E8=AF=95=E4=BD=BF=E7=94=A8=E4=BF=9D=E7=95=99?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- .../admin/ops/components/__tests__/OpsErrorScopeCharts.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/admin/ops/components/__tests__/OpsErrorScopeCharts.spec.ts b/frontend/src/views/admin/ops/components/__tests__/OpsErrorScopeCharts.spec.ts index 0c65bbcd..b7a6590f 100644 --- a/frontend/src/views/admin/ops/components/__tests__/OpsErrorScopeCharts.spec.ts +++ b/frontend/src/views/admin/ops/components/__tests__/OpsErrorScopeCharts.spec.ts @@ -30,7 +30,7 @@ vi.mock('vue-chartjs', async () => { template: '
', }), Line: defineComponent({ - name: 'Line', + name: 'LineChartStub', props: { data: { type: Object, required: true }, options: { type: Object, default: () => ({}) },