Skip to content

Commit b0cbb90

Browse files
committed
#5852 - remove console.log
1 parent 9f4a113 commit b0cbb90

File tree

1 file changed

+1
-5
lines changed
  • redisinsight/ui/src/components/side-panels/panels/ai-assistant/components/expert-chat

1 file changed

+1
-5
lines changed

redisinsight/ui/src/components/side-panels/panels/ai-assistant/components/expert-chat/ExpertChat.spec.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,7 @@ describe('ExpertChat', () => {
6363
beforeEach(() => {
6464
cleanup()
6565
store = cloneDeep(mockedStoreFn())
66-
// store.clearActions()
67-
})
68-
69-
afterEach(() => {
70-
console.log(store.getActions())
66+
store.clearActions()
7167
})
7268

7369
it('should render', () => {

0 commit comments

Comments
 (0)