Skip to content

Commit eb75855

Browse files
Fix global styles unit test
1 parent b787c8a commit eb75855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/block-editor/src/components/global-styles/test/use-global-styles-output.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ describe( 'global styles renderer', () => {
855855

856856
it( 'should return block selectors data with old experimental selectors', () => {
857857
const imageSupports = {
858-
__experimentalBorder: {
858+
border: {
859859
radius: true,
860860
__experimentalSelector: 'img, .crop-area',
861861
},

0 commit comments

Comments
 (0)