Skip to content

Commit e347dcc

Browse files
committed
fix: remove logs from test
1 parent cf4bc69 commit e347dcc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

package/src/components/MessageList/__tests__/MessageList.test.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,6 @@ describe('MessageList', () => {
188188
);
189189

190190
await waitFor(() => {
191-
const all = queryAllByTestId('error-notification');
192-
if (all.length > 0) {
193-
console.log('FIBER2 NODE: ', all[0]._fiber.stateNode.children);
194-
}
195191
expect(queryAllByTestId('error-notification')).toHaveLength(0);
196192
expect(getByTestId('message-deleted')).toBeTruthy();
197193
expect(queryByTestId('only-visible-to-you')).toBeNull();

0 commit comments

Comments
 (0)