Skip to content

Commit 08e5909

Browse files
authored
chore: remove unused parameter type definitions (#4607)
1 parent 6171aec commit 08e5909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-test/src/nodeOps.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ function insert(child: TestNode, parent: TestElement, ref?: TestNode | null) {
166166
}
167167
}
168168

169-
function remove(child: TestNode, logOp: boolean = true) {
169+
function remove(child: TestNode, logOp = true) {
170170
const parent = child.parentNode
171171
if (parent) {
172172
if (logOp) {

0 commit comments

Comments
 (0)