UNPKG

@cleerlycode/cornerstone-wado-image-loader

Version:
8 lines (7 loc) 184 B
module.exports = function (config) { 'use strict'; var extendConfiguration = require('./karma-extend.js'); config.set(extendConfiguration({ browsers: ['PhantomJS'] })); };