Blame view

node_modules/videojs-contrib-hls/test/browserify-test.js 304 Bytes
2a09d1a4   liuqimichale   添加宜春 天水 宣化
1
2
3
4
5
6
7
8
9
  /* eslint-disable no-var */
  /* eslint-env qunit */
  var hls = require('../es5/videojs-contrib-hls.js');
  var q = window.QUnit;
  
  q.module('Browserify Require');
  q.test('hls should be requirable and bundled via browserify', function(assert) {
    assert.ok(hls, 'videoj-contrib-hls is required properly');
  });