Browse Source

NodeUtils tests update

sanex3339 9 năm trước cách đây
mục cha
commit
751ae7731c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      test/NodeUtils.spec.ts

+ 1 - 1
test/NodeUtils.spec.ts

@@ -176,7 +176,7 @@ describe('NodeUtils', () => {
                 literalNode2
             ]);
 
-            ifStatementNode2 = getIfStatementNode(ifStatementBlockStatementNode2)
+            ifStatementNode2 = getIfStatementNode(ifStatementBlockStatementNode2);
 
             ifStatementBlockStatementNode1 = getBlockStatementNode([
                 ifStatementNode2