Skip to content

Commit

Permalink
removed unwanted comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pagarwal123 committed Aug 3, 2016
1 parent b928214 commit b351a7d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/unit/player.test.js
Expand Up @@ -307,8 +307,6 @@ test('should be able to initialize player twice on the same tag using string ref
});

test('should set controls and trigger events', function() {
// expect(6);

const player = TestHelpers.makePlayer({ controls: false });

ok(player.controls() === false, 'controls set through options');
Expand All @@ -329,9 +327,6 @@ test('should set controls and trigger events', function() {
ok(true, 'disabled fired once');
});
player.controls(false);
// player.controls(true);
// Check for unnecessary events
// player.controls(true);

player.dispose();
});
Expand Down

0 comments on commit b351a7d

Please sign in to comment.