fix: revert comment code

上级 7427ff02
......@@ -59,8 +59,8 @@ let greeting = function() {
val codeFile = TypeScriptAnalyser().analysis(content, "")
val firstFunc = codeFile.DataStructures[0].Functions[0]
// assertEquals(firstFunc.FunctionCalls.size, 1)
// assertEquals(firstFunc.FunctionCalls[0].NodeName, "console")
// assertEquals(firstFunc.FunctionCalls[0].FunctionName, "log")
assertEquals(firstFunc.FunctionCalls.size, 1)
assertEquals(firstFunc.FunctionCalls[0].NodeName, "console")
assertEquals(firstFunc.FunctionCalls[0].FunctionName, "log")
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册