Skip to content

Commit

Permalink
Fix test syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Nov 15, 2019
1 parent ebf54c9 commit a1df2a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.

This file was deleted.

Expand Up @@ -23,7 +23,7 @@
// Verify that the previous animations are no longer considered active.
assert_equals(window.runningAnimationCount, 0);
t.done();
});
}));
}));
});
}, "Animations are no longer active when a node can't be animated.");
Expand Down

0 comments on commit a1df2a7

Please sign in to comment.