PATH:
home
/
lab2454c
/
invest.equitablebarter.com
/
wp-content
/
plugins
/
elementor-pro
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; } ); };
[+]
data
[+]
..
[+]
core
[-] plugin.php
[edit]
[+]
modules
[-] changelog.txt
[edit]
[+]
license
[+]
assets
[-] .htaccess
[edit]
[+]
base
[-] license.txt
[edit]
[+]
docs
[-] elementor-pro.php
[edit]
[-] karma.conf.js
[edit]