Add inspector panel with preset grid and intensity slider

This commit is contained in:
Keith Solomon
2026-08-05 16:37:53 -05:00
parent 2c73f8472f
commit c2a0ae2d8c
7 changed files with 2411 additions and 83 deletions
+2 -1
View File
@@ -2,4 +2,5 @@ module.exports = {
...require( '@wordpress/scripts/config/jest-unit.config' ),
testMatch: [ '**/tests/jest/**/*.test.js' ],
setupFiles: [ '<rootDir>/tests/jest/setup.js' ],
};
setupFilesAfterEnv: [ '<rootDir>/tests/jest/setup-matchers.js' ],
};