UNPKG

custom-cornerstone-tools

Version:

Medical imaging tools for the Cornerstone library - customized for DrNuvem

9 lines (8 loc) 203 B
module.exports = function (config) { 'use strict'; var extendConfiguration = require('./karma-extend.js'); config.set(extendConfiguration({ singleRun: true, browsers: ['Firefox'] })); };