Skip to content

Commit 4022962

Browse files
committed
style: remove invalid comments caused by copy paste
1 parent 01cb91c commit 4022962

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/is-room-visible/test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ import { isRoomVisible } from './index';
44

55
declare const global: any;
66

7-
// @todo stub creep with sinon
8-
// @todo spy if .owner.username is actually accessed
9-
107
function stubGame(...rooms: string[]) {
118
type RoomsStub = {
129
[roomName: string]: boolean;

0 commit comments

Comments
 (0)