Create New Item
×
Item Type
File
Folder
Item Name
×
Search file in folder and subfolders...
File Manager
/
wp-content
/
plugins
/
elementor-pro
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
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; } } ); };