UNPKG

304 BJavaScriptView Raw
1const generate = require('videojs-generate-karma-config');
2
3module.exports = function(config) {
4
5 // see https://github.com/videojs/videojs-generate-karma-config
6 // for options
7 const options = {};
8
9 config = generate(config, options);
10
11 // any other custom stuff not supported by options here!
12};