Skip to content

Commit 5595152

Browse files
committed
RI-6231 - Cleanup
1 parent f06ac99 commit 5595152

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

redisinsight/ui/src/pages/browser/modules/key-details/components/rejson-details/rejson-scalar/RejsonScalar.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ describe('JSONScalar', () => {
141141

142142
expect(screen.getByText('"test"')).toBeInTheDocument()
143143
})
144-
})
144+
})

redisinsight/ui/src/pages/browser/modules/key-details/components/rejson-details/utils/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,4 @@ export const parseJsonData = (data: any) => {
130130
} catch (e) {
131131
return data
132132
}
133-
}
133+
}

redisinsight/ui/src/slices/tests/browser/rejson.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,13 @@ import reducer, {
3333
import { addErrorNotification, addMessageNotification } from '../../app/notifications'
3434
import { refreshKeyInfo } from '../../browser/keys'
3535

36-
3736
jest.mock('uiSrc/services', () => ({
3837
...jest.requireActual('uiSrc/services'),
3938
}))
4039

4140
let store: typeof mockedStore
4241
let storeWithSelectedKey: typeof mockedStore
4342
let defaultData: GetRejsonRlResponseDto
44-
4543
beforeEach(() => {
4644
cleanup()
4745
store = cloneDeep(mockedStore)

0 commit comments

Comments
 (0)