ÿØÿà JFIF ÿÛ „ ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/thietkeweb2/layout/default/node_modules/summernote/.karma/ |
var webpackConfig = require('../config/webpack.karma.js'); module.exports = function (config) { config.set({ frameworks: ['mocha', 'webpack'], colors: true, logLevel: config.LOG_INFO, browsers: ['ChromeDebug'], customLaunchers: { ChromeDebug: { base: "Chrome", flags: ["--remote-debugging-port=9333"] } }, files: [ '../node_modules/jquery/dist/jquery.js', { pattern: '../src/js/**/*.js' }, { pattern: '../test/**/*.spec.js' } ], preprocessors: { '../src/js/**/*.js': ['webpack', ], '../test/**/*.spec.js': ['webpack', ], }, webpack: webpackConfig, reporters: ['dots'], browserNoActivityTimeout: 60000, }); };