Skip to content

Commit

Permalink
test(core): modify test expect #WIK-6050
Browse files Browse the repository at this point in the history
  • Loading branch information
huanhuanwa committed Mar 21, 2022
1 parent f4f47a7 commit 03e4354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/src/plugins/with-angular.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 03e4354

Please sign in to comment.