Skip to content

Commit ec5615b

Browse files
committed
update comment
1 parent 96f8d04 commit ec5615b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/internal/internal.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ describe('canProxy — additional', () => {
230230
});
231231

232232
it('PROXYABLE on parent class allows child instances', () => {
233-
// biome-ignore lint/complexity/noStaticOnlyClass: allow for tests
233+
// biome-ignore lint/complexity/noStaticOnlyClass: test needs a minimal parent with only the static PROXYABLE symbol
234234
class Parent {
235235
static [PROXYABLE] = true;
236236
}

0 commit comments

Comments
 (0)