✏️ 正在编辑: karma.conf.js
路径:
/home/eblama1/mintawon.farm/wp-content/plugins/elementor-pro/karma.conf.js
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
const karmaCoreConfig = require( '../elementor/karma.conf' ); module.exports = function( config ) { karmaCoreConfig( config ); // Set base path. config.basePath = __dirname + '/../elementor/'; // Change qunit-tests to pro. Object.entries( config.files ).some( ( [ key, path ] ) => { if ( 'assets/js/qunit-tests.js' === path ) { config.files[ key ] = __dirname + '/' + path; return true; } return false; } ); };
💾 保存文件
← 返回文件管理器