fjplayer
Version:
A Javascript video player for dash and mp4 videos, support multi subs tracks , overlays ads or information, injection mp4 video ads in preroll, modroll or after roll.
9 lines (8 loc) • 315 B
JavaScript
global.console = {
log: jest.fn(), // console.log are ignored in tests
// Keep native behaviour for other methods, use those to print out things in your own tests, not `console.log`
error: jest.fn(), // console.error are ignored in tests
warn: console.warn,
info: console.info,
debug: console.debug,
};