webpack-test.js 248 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 let hls = require('../es5/videojs-contrib-hls.js'); let q = window.QUnit; q.module('Webpack Require'); q.test('hls should be requirable and bundled via webpack', function(assert) { assert.ok(hls, 'videojs-contrib-hls is required properly'); });