Skip to content

Commit

Permalink
chore: Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderGugel authored and michaelobriena committed Jul 9, 2015
1 parent f3779b1 commit ad3e8d5
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions core/test/clock/Clock.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,7 @@ test('Clock class', function(t) {

t.end();
});

t.test('getFrame method', function(t) {
var clock = new Clock();

// TODO

t.end();
});


t.test('setTimeout method', function(t) {

t.test('basic', function(t) {
Expand Down

0 comments on commit ad3e8d5

Please sign in to comment.