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 ef60b6b commit ebb3b8cCopy full SHA for ebb3b8c
redisinsight/ui/src/components/json-viewer/components/json-pretty/JsonPretty.spec.tsx
@@ -27,7 +27,7 @@ describe('JsonPretty', () => {
27
})
28
29
it('should render json primitive component with big number', () => {
30
- const json = JSONBigInt({ useNativeBigInt: true }).parse('1234567890123456789012345678901234567890}')
+ const json = JSONBigInt({ useNativeBigInt: true }).parse('1234567890123456789012345678901234567890')
31
render(<JsonPretty data={json} />)
32
expect(screen.getByTestId('json-primitive-component')).toBeInTheDocument()
33
0 commit comments