Files
carpseeds.pl/wp-content/plugins/elementor-3.2.5-bck4/tests/qunit/setup/elementor-common.js
2024-07-15 11:28:08 +02:00

13 lines
244 B
JavaScript

// Common.
// eslint-disable-next-line no-unused-vars
const elementorCommonConfig = {
isTesting: true,
activeModules: [ 'ajax' ],
ajax: { url: '-' },
i18n: {},
urls: {
rest: 'http://localtest/wp-json/',
},
experimentalFeatures: {},
};