Skip to content

Commit 4f110aa

Browse files
committed
Increase coverage
1 parent 69e2084 commit 4f110aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/codegen/utils/node-proxy.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ type AccessLog = {
1313
class NodeProxyTracker {
1414
private accessLogs: Map<string, AccessLog> = new Map()
1515

16+
// biome-ignore lint/complexity/noUselessConstructor: Required for bun test coverage tracking
17+
constructor() {}
18+
1619
clear() {
1720
this.accessLogs.clear()
1821
}

0 commit comments

Comments
 (0)