Skip to content

Commit

Permalink
Added new methods to the tech stub in test's beforeEach
Browse files Browse the repository at this point in the history
  • Loading branch information
evanfarina committed Mar 2, 2021
1 parent 744ef57 commit d923046
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/playback-watcher.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1202,6 +1202,8 @@ QUnit.module('PlaybackWatcher isolated functions', {
tech: {
on: () => {},
off: () => {},
one: () => {},
paused: () => true,
// needed to construct a playback watcher
options_: {
playerId: 'mock-player-id'
Expand Down

0 comments on commit d923046

Please sign in to comment.