Skip to content

Commit

Permalink
✅(lib-video) fix missing api mock on pollForLive test
Browse files Browse the repository at this point in the history
A mock to https://marsha.education/live.m3u8 was triggered in
the pollForLive test (Unmatched GET to https://marsha.education/live.m3u8).
This commit adds it.
  • Loading branch information
AntoLC committed Mar 23, 2023
1 parent 853077a commit 11d98e1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ describe('createPlayer', () => {
});

afterEach(() => {
jest.runOnlyPendingTimers();
jest.useRealTimers();
fetchMock.restore();
});
Expand Down

0 comments on commit 11d98e1

Please sign in to comment.