Skip to content

Commit 717ad64

Browse files
committed
0.0.39
1 parent ced504a commit 717ad64

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

__test__/index.spec.mjs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,9 @@ Generated by [AVA](https://avajs.dev).
238238
"normal": {␊
239239
height: convertNumber2VP(100),␊
240240
width: convertNumber2VP(200),␊
241-
minHeight: "auto",␊
241+
minHeight: \`auto\`,␊
242242
maxHeight: convertNumber2VP(200),␊
243-
minWidth: "auto",␊
243+
minWidth: \`auto\`,␊
244244
maxWidth: convertNumber2VP(200),␊
245245
marginTop: convertNumber2VP(0),␊
246246
marginRight: convertNumber2VP(20),␊
@@ -763,9 +763,9 @@ Generated by [AVA](https://avajs.dev).
763763
"normal": {␊
764764
height: scalePx2dp(100),␊
765765
width: scalePx2dp(200),␊
766-
minHeight: "auto",␊
766+
minHeight: \`auto\`,␊
767767
maxHeight: scalePx2dp(200),␊
768-
minWidth: "auto",␊
768+
minWidth: \`auto\`,␊
769769
maxWidth: scalePx2dp(200),␊
770770
margin: \`${scalePx2dp(0)} ${scalePx2dp(20)} ${scalePx2dp(0)} ${scalePx2dp(20)}\`,␊
771771
padding: \`${scalePx2dp(30)} ${scalePx2dp(10)} ${scalePx2dp(30)} ${scalePx2dp(10)}\`,␊

__test__/index.spec.mjs.snap

3 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)