Skip to content

Commit

Permalink
Add fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Sep 18, 2022
1 parent 06f27dd commit e954727
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!-- wp:post-time-to-read {"minutesToRead":0} /-->
10 changes: 10 additions & 0 deletions test/integration/fixtures/blocks/core__post-time-to-read.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"name": "core/post-time-to-read",
"isValid": true,
"attributes": {
"minutesToRead": 0
},
"innerBlocks": []
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[
{
"blockName": "core/post-time-to-read",
"attrs": {
"minutesToRead": 0
},
"innerBlocks": [],
"innerHTML": "",
"innerContent": []
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!-- wp:post-time-to-read {"minutesToRead":0} /-->

0 comments on commit e954727

Please sign in to comment.