소스 검색

chore: remove unused parameter type definitions (#4607)

tryag 4 년 전
부모
커밋
08e5909659
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/runtime-test/src/nodeOps.ts

+ 1 - 1
packages/runtime-test/src/nodeOps.ts

@@ -166,7 +166,7 @@ function insert(child: TestNode, parent: TestElement, ref?: TestNode | null) {
   }
 }
 
-function remove(child: TestNode, logOp: boolean = true) {
+function remove(child: TestNode, logOp = true) {
   const parent = child.parentNode
   if (parent) {
     if (logOp) {