Skip to content

Commit a8e0697

Browse files
committed
1 parent 3eb84f2 commit a8e0697

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

packages/core/src/__tests__/builder/responsive-styles.test.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,4 @@ describe('Responsive Styles', () => {
144144
expect(result).toContain('alignItems: state.alignItems || "center"');
145145
expect(result).toContain('justifyContent: state.justifyContent || "flex-start"');
146146
});
147-
148-
test('should handle empty bindings', () => {
149-
const block: BuilderElement = {
150-
'@type': '@builder.io/sdk:Element',
151-
bindings: {},
152-
};
153-
154-
const result = getStyleStringFromBlock(block, options);
155-
expect(result).toBe('');
156-
});
157147
});

0 commit comments

Comments
 (0)