Skip to content

Commit

Permalink
Merge pull request #15 from PostCrafter/fix-copy-paste-error
Browse files Browse the repository at this point in the history
style: remove invalid comments caused by copy paste
  • Loading branch information
RiftLurker authored Dec 26, 2017
2 parents 01cb91c + 4022962 commit 78ecb72
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/is-room-visible/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 78ecb72

Please sign in to comment.