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