1Server IP : 217.21.90.164 / Your IP : 216.73.216.51 Web Server : LiteSpeed System : Linux in-mum-web840.main-hosting.eu 4.18.0-553.37.1.lve.el8.x86_64 #1 SMP Mon Feb 10 22:45:17 UTC 2025 x86_64 User : u367232671 ( 367232671) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u367232671/public_html/css/summernote-develop/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
module.exports = function (config) { config.set({ frameworks: ['mocha', 'karma-typescript'], colors: true, logLevel: config.LOG_INFO, files: [ { pattern: 'src/js/**/*.js' }, { pattern: 'test/**/*.spec.js' } ], customLaunchers: { ChromeDebug: { base: "Chrome", flags: ["--remote-debugging-port=9333"] } }, // Chrome, ChromeCanary, Firefox, Opera, Safari, IE browsers: ['ChromeDebug'], preprocessors: { 'src/js/**/*.js': ['karma-typescript'], 'test/**/*.spec.js': ['karma-typescript'] }, reporters: ['dots', 'karma-typescript'], coverageReporter: { type: 'lcov', dir: 'coverage/', includeAllSources: true }, browserNoActivityTimeout: 60000, karmaTypescriptConfig: { tsconfig: './tsconfig.json', include: [ 'test/**/*.spec.js' ], bundlerOptions: { entrypoints: /\.spec\.js$/, transforms: [require("karma-typescript-es6-transform")()], exclude: [ 'node_modules' ], sourceMap: true, addNodeGlobals: false }, compilerOptions: { "module": "commonjs" } } }); };