Fix jest.config.js path to match wp-scripts 27 export shape
This commit is contained in:
+1
-1
@@ -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' ],
|
||||
};
|
||||
Reference in New Issue
Block a user