From dfd2bbe3a3fa045342edf9b225af1c713283c8de Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Wed, 5 Aug 2026 16:01:39 -0500 Subject: [PATCH] Fix jest.config.js path to match wp-scripts 27 export shape --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 4827ba6..ac3e095 100644 --- a/jest.config.js +++ b/jest.config.js @@ -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: [ '/tests/jest/setup.js' ], }; \ No newline at end of file