Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
trash
/
vhost_www.bachtale.com_1719306535
/
htdocs
/
node_modules
/
stackframe
/
//srv/data/trash/vhost_www.bachtale.com_1719306535/htdocs/node_modules/stackframe/karma.conf.js
module.exports = function (config) { config.set({ basePath: '', frameworks: ['jasmine'], files: [ 'stackframe.js', 'spec/*-spec.js' ], reporters: ['spec'], port: 9876, colors: true, logLevel: config.LOG_INFO, autoWatch: true, customLaunchers: { Chrome_Travis: { base: 'Chrome', flags: ['--no-sandbox'] } }, browsers: ['PhantomJS'], singleRun: false }); };