at path:
ROOT
/
wp-content
/
plugins
/
js_composer
/
jest.config.js
run:
R
W
Run
assets
DIR
2025-08-15 17:54:46
R
W
Run
config
DIR
2025-08-15 17:54:46
R
W
Run
gulp
DIR
2025-08-15 17:54:46
R
W
Run
include
DIR
2025-08-15 17:54:46
R
W
Run
locale
DIR
2025-08-15 17:54:46
R
W
Run
modules
DIR
2025-08-15 17:54:46
R
W
Run
CONTRIBUTING.md
5.76 KB
2025-08-15 17:54:46
R
W
Run
Delete
Rename
changelog.txt
80.72 KB
2025-08-15 17:54:46
R
W
Run
Delete
Rename
credits.txt
1.24 KB
2025-08-15 17:54:46
R
W
Run
Delete
Rename
index.php
44 By
2025-08-15 17:54:46
R
W
Run
Delete
Rename
jest.config.js
550 By
2025-08-15 17:54:46
R
W
Run
Delete
Rename
js_composer.php
1.12 KB
2025-08-15 17:54:46
R
W
Run
Delete
Rename
license.txt
14.5 KB
2025-08-15 17:54:46
R
W
Run
Delete
Rename
vc_classmap.json.php
9.59 KB
2025-08-15 17:54:46
R
W
Run
Delete
Rename
error_log
up
📄
jest.config.js
Save
module.exports = { testMatch: [ '<rootDir>/tests/js/**/*.test.js' ], testEnvironment: 'jsdom', projects: [ { displayName: 'Unit Tests', testMatch: [ '<rootDir>/tests/js/unit/**/*.test.js' ], testEnvironment: 'jsdom', setupFilesAfterEnv: [ '<rootDir>/tests/js/setup.integration.js' ] }, { displayName: 'Integration Tests', testMatch: [ '<rootDir>/tests/js/integration/**/*.test.js' ], testEnvironment: 'jsdom', setupFilesAfterEnv: [ '<rootDir>/tests/js/setup.integration.js' ] } ] };