Skip to content

Commit

Permalink
Generate test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
dhananjaykuber committed Jan 14, 2025
1 parent 40f00fd commit 6cd886b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/integration/fixtures/blocks/core__separator-color.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"isValid": true,
"attributes": {
"opacity": "alpha-channel",
"backgroundColor": "accent",
"tagName": "hr"
"tagName": "hr",
"backgroundColor": "accent"
},
"innerBlocks": []
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"isValid": true,
"attributes": {
"opacity": "alpha-channel",
"tagName": "hr",
"style": {
"color": {
"background": "#5da54c"
}
},
"tagName": "hr"
}
},
"innerBlocks": []
}
Expand Down

0 comments on commit 6cd886b

Please sign in to comment.