Fix jest.config.js path to match wp-scripts 27 export shape

This commit is contained in:
Keith Solomon
2026-08-05 16:01:39 -05:00
parent 4881dcabf0
commit dfd2bbe3a3
+1 -1
View File
@@ -1,5 +1,5 @@
module.exports = {
...require( '@wordpress/scripts/config/jest-unit' ),
...require( '@wordpress/scripts/config/jest-unit.config' ),
testMatch: [ '**/tests/jest/**/*.test.js' ],
setupFiles: [ '<rootDir>/tests/jest/setup.js' ],
};