UNPKG

cornerstone-tools-cacalc

Version:

Medical imaging tools for the Cornerstone library with added functionality for computing Agatston calcium scores

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