diff --git a/packages/runtime-test/src/nodeOps.ts b/packages/runtime-test/src/nodeOps.ts index a7527115..d844176a 100644 --- a/packages/runtime-test/src/nodeOps.ts +++ b/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) {