Blame view

node_modules/videojs-contrib-hls/test/webpack-test.js 248 Bytes
2a09d1a4   liuqimichale   添加宜春 天水 宣化
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');
  });