Skip to content

Commit fc125a7

Browse files
committed
wip
1 parent a9cf7b6 commit fc125a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

__tests__/componentReducer.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ describe('componentReducer Test', () => {
192192
const styledComp = state.components.find(
193193
(comp) => comp.id === state.canvasFocus.componentId
194194
);
195+
console.log('state components', state.components, 'component id', state.canvasFocus.componentId)
195196
// expect the style property on targeted comp to equal style property in payload
196197
if (styledComp) {
197198
expect(styledComp.style.backgroundColor).toEqual(

0 commit comments

Comments
 (0)