UNPKG

@cornerstonejs/nifti-image-loader

Version:
9 lines (7 loc) 195 B
const extendConfiguration = require('./karma-extend.js'); module.exports = function (config) { config.set(extendConfiguration({ singleRun: true, browsers: ['ChromeHeadless'] })); };