const webpackConfig = require('./webpack.config.js'); process.env.CHROME_BIN = '/snap/bin/chromium'; module.exports = function(config) { config.set({ //root path location to resolve paths defined in files and exclude basePath: '', //files/patterns to exclude from loaded files exclude: [], //files/patterns to load in the browser files: [ {pattern: 'tests/*.spec.js',watched:true,served:true,included:true} /*parameters*/ //watched: if autoWatch is true all files that have set watched to true will be watched for changes //served: should the files be served by Karma's webserver? //included: should the files be included in the browser using