Skip to content

Commit

Permalink
Feat: add test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthaknagoshe2002 committed Dec 5, 2024
1 parent e044940 commit c71a627
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/fixtures/blocks/core__query-total.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!-- wp:query-total /-->
10 changes: 10 additions & 0 deletions test/integration/fixtures/blocks/core__query-total.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"name": "core/query-total",
"isValid": true,
"attributes": {
"displayType": "total-results"
},
"innerBlocks": []
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
{
"blockName": "core/query-total",
"attrs": {},
"innerBlocks": [],
"innerHTML": "",
"innerContent": []
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!-- wp:query-total /-->

0 comments on commit c71a627

Please sign in to comment.