Skip to content

Commit edbbe65

Browse files
committed
Fix
1 parent 0e84a51 commit edbbe65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

types/three/test/unit/src/core/EventDispatcher.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ eveDisForTestEvent.addEventListener("foo", e => {
3131
e.type; // $ExpectType "foo"
3232
e.target; // $ExpectType EventDispatcher<TestEvent>
3333
e.foo; // $ExpectType number
34-
3534
// @ts-expect-error
3635
e.bar;
3736
});

0 commit comments

Comments
 (0)