UNPKG

videojs-contrib-hls

Version:

Play back HLS with video.js, even where it's not natively supported

9 lines (7 loc) 170 B
var common = require('./common'); module.exports = function(config) { config.set(common({ plugins: ['karma-firefox-launcher'], browsers: ['Firefox'] })); };