HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //proc/1233/cwd/home/arjun/projects/buyercall/node_modules/dom-to-image-more/karma.conf.js
module.exports = function(config) {
    config.set({
        basePath: '',
        frameworks: ['mocha', 'chai'],
        concurrency: 1,

        files: [{
                pattern: 'spec/resources/**/*',
                included: false,
                served: true
            }, {
                pattern: 'test-lib/fontawesome/webfonts/*.*',
                included: false,
                served: true
            }, {
                pattern: 'test-lib/fontawesome/css/*.*',
                included: false,
                served: true
            },

            'test-lib/jquery/dist/jquery.js',
            'test-lib/tesseract-1.0.19.js',

            'src/dom-to-image-more.js',
            'spec/dom-to-image-more.spec.js'
        ],

        exclude: [],
        preprocessors: {},
        reporters: ['mocha'],
        port: 9876,
        colors: true,
        logLevel: config.LOG_INFO,
        client: {
            captureConsole: true
        },
        autoWatch: true,
        browsers: ['chrome'],
        customLaunchers: {
            chrome: {
                base: 'Chrome',
                flags: ['--no-sandbox --remote-debugging-port=9876'],
                debug: true
            }
        },

        singleRun: false,
        browserNoActivityTimeout: 300000
    });
};