Skip to content

Commit

Permalink
Update mockDashInstance to include setXHRWithCredentialsForType
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmccartney committed Dec 9, 2024
1 parent af61f45 commit bf435fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/playbackstrategy/msestrategy.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const mockDashInstance = {
getActiveStream: jest.fn(() => ({
getProcessors: jest.fn(() => []),
})),
setXHRWithCredentialsForType: jest.fn(),
}

const mockDashMediaPlayer = {
Expand Down

0 comments on commit bf435fc

Please sign in to comment.