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,