We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6638e1 commit 8a4b11fCopy full SHA for 8a4b11f
test/on-play.test.js
@@ -55,7 +55,7 @@ test('eventHandlers.onPlay() when video has played before and is currently pause
55
},
56
});
57
58
- const mockEvent = { oldstate: 'paused' };
+ const mockEvent = { oldstate: 'buffering' };
59
const onPlay = createEventHandlers(mockComponent).onPlay;
60
61
t.doesNotThrow(onPlay.bind(null, mockEvent), 'it runs without error');
0 commit comments