UNPKG

karma-phantomjs-shim

Version:
17 lines (13 loc) 293 B
var path = require('path'); var init = function(files) { files.unshift({ pattern: path.join(__dirname, 'shim.js'), included: true, served: true, watched: false }); }; init.$inject = ['config.files']; module.exports = { 'framework:phantomjs-shim': ['factory', init] };