Skip to content

Commit

Permalink
temp test debug logging with currentTime
Browse files Browse the repository at this point in the history
  • Loading branch information
mister-ben committed Dec 12, 2023
1 parent 7c3a0bb commit 5416b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plugin.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ QUnit.test('playback', function(assert) {
'play',
'timeupdate'
], (e) => {
console.log(`Test 3 ${e.type}`);
console.log(`Test 3 ${e.type} ${this.player.currentTime()}`);
})
});

0 comments on commit 5416b09

Please sign in to comment.