Skip to content

Commit 7aa824b

Browse files
committed
fix: expected.jsonのフォーマットを修正
- html-blocksの配列を一行に統一 - imageのexpected.jsonに末尾の改行を追加
1 parent b8bbf72 commit 7aa824b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

tests/fixtures/html/fail/expected.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,5 @@
5555
}
5656
}
5757
],
58-
"html-blocks": [
59-
"body { display: none; }"
60-
]
58+
"html-blocks": ["body { display: none; }"]
6159
}

tests/fixtures/image/basic/expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,4 +514,4 @@
514514
}
515515
}
516516
]
517-
}
517+
}

0 commit comments

Comments
 (0)