John Darryl Pelingo

Results 4 comments of John Darryl Pelingo

@SmirnovW Out of topic and curious question but what steps did you take to display that Details pane?

Hello! I would love to help as well although these days, I am a little bit busy. It's not a problem though if work is shared. If there are insufficient...

My work around for this is to mock `style.scss` like below. ```js jest.mock('./styles.scss', () => ({ __esModule: true, default: { class1: 'class1', class2: 'class2', }, })) ``` Of course, having...

@joaovieira @gabsprates I was literally about to post that later today. Seems like it works like a charm. 👏