Bootstrap image-filters plugin with wp-scripts and jest

This commit is contained in:
Keith Solomon
2026-08-05 15:51:43 -05:00
parent dbe5ef9c4a
commit 4881dcabf0
7 changed files with 20990 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
module.exports = {
...require( '@wordpress/scripts/config/jest-unit' ),
testMatch: [ '**/tests/jest/**/*.test.js' ],
setupFiles: [ '<rootDir>/tests/jest/setup.js' ],
};