UNPKG

video-ad-sdk

Version:

VAST/VPAID SDK that allows video ads to be played on top of any player

10 lines (7 loc) 248 B
import {createAdContainer} from '../createAdContainer' describe('createAdContainer', () => { test('must return a video ad container element', () => { const adContainer = createAdContainer() expect(adContainer).toMatchSnapshot() }) })