We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c6855e commit 84a379dCopy full SHA for 84a379d
redisinsight/ui/src/pages/browser/components/virtual-tree/components/Node/Node.spec.tsx
@@ -107,7 +107,7 @@ describe('Node', () => {
107
expect(mockSetOpen).not.toBeCalled()
108
})
109
110
- it.only('name, ttl and size should be rendered', () => {
+ it('name, ttl and size should be rendered', () => {
111
const { getByTestId } = render(<Node
112
{...instance(mockedProps)}
113
data={mockedDataWithMetadata}
0 commit comments