From 4022962d1b99f251f52bfc8c370a57a4d0b7bbf5 Mon Sep 17 00:00:00 2001 From: Leo Friedrichs Date: Tue, 26 Dec 2017 17:51:06 +0100 Subject: [PATCH] style: remove invalid comments caused by copy paste --- src/is-room-visible/test.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/is-room-visible/test.ts b/src/is-room-visible/test.ts index 197ee44..db66d2a 100644 --- a/src/is-room-visible/test.ts +++ b/src/is-room-visible/test.ts @@ -4,9 +4,6 @@ import { isRoomVisible } from './index'; declare const global: any; -// @todo stub creep with sinon -// @todo spy if .owner.username is actually accessed - function stubGame(...rooms: string[]) { type RoomsStub = { [roomName: string]: boolean;