X7ROOT File Manager
Current Path:
/home/okeydcqc/.trash/wp-content.2/plugins/extendify
home
/
okeydcqc
/
.trash
/
wp-content.2
/
plugins
/
extendify
/
ðŸ“
..
📄
.gitattributes
(110 B)
📄
LICENSE
(17.62 KB)
ðŸ“
app
📄
bootstrap.php
(5.78 KB)
📄
extendify.php
(5.72 KB)
📄
jest.config.js
(1.46 KB)
📄
jest.setup.js
(491 B)
ðŸ“
languages
ðŸ“
lib
ðŸ“
public
📄
readme.txt
(16.81 KB)
ðŸ“
routes
ðŸ“
src
ðŸ“
vendor
Editing: jest.setup.js
// Default mock data to prevent runtime errors when modules/components are imported. // This ensures tests don't break due to missing globals before individual test mocks are applied. // You can still override these values within each test as needed. global.window = global; window.extSharedData = { root: 'https://test.extendify.local/wp-json/', nonce: 'fake-nonce', userData: { userSelectionData: {}, }, }; window.extOnbData = { wpRoot: 'https://test.extendify.local/wp-json/', };
Upload File
Create Folder