From 03e4354d785f4f2721d39f7bc857f26cc0f89637 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=84=95?= <2323666215@qq.com> Date: Mon, 21 Mar 2022 20:04:58 +0800 Subject: [PATCH] test(core): modify test expect #WIK-6050 --- packages/src/plugins/with-angular.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/src/plugins/with-angular.spec.ts b/packages/src/plugins/with-angular.spec.ts index d360636a..d307dbee 100644 --- a/packages/src/plugins/with-angular.spec.ts +++ b/packages/src/plugins/with-angular.spec.ts @@ -265,7 +265,7 @@ describe("with-angular", () => { newPath, matches ); - expect(matches.length).toBe(6); // []、[0, 0]、[0, 0, 0], [0, 0, 0, 0]、 [0, 0, 0, 2] + expect(matches.length).toBe(6); // []、[0]、[0, 0]、[0, 0, 0], [0, 0, 0, 0]、 [0, 0, 0, 2] Transforms.moveNodes(moveNodeEditor, { at: oldPath, to: newPath,