Skip to content

Commit 6ed38ef

Browse files
committed
Fix test
1 parent 2aa5021 commit 6ed38ef

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

apps/builder/app/builder/features/style-panel/shared/style-info.test.ts

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -233,17 +233,6 @@ test("compute inherited styles", () => {
233233
"value": "antialiased",
234234
},
235235
},
236-
"fontFamily": {
237-
"instanceId": "1",
238-
"value": {
239-
"type": "fontFamily",
240-
"value": [
241-
"Arial",
242-
"Roboto",
243-
"sans-serif",
244-
],
245-
},
246-
},
247236
"fontSize": {
248237
"instanceId": "1",
249238
"styleSourceId": "styleSourceId1",
@@ -261,14 +250,6 @@ test("compute inherited styles", () => {
261250
"value": "600",
262251
},
263252
},
264-
"lineHeight": {
265-
"instanceId": "1",
266-
"value": {
267-
"type": "unit",
268-
"unit": "number",
269-
"value": 1.2,
270-
},
271-
},
272253
}
273254
`);
274255
});

0 commit comments

Comments
 (0)