Tests for Messages component updated

This commit is contained in:
Guzel Kafizova 2021-02-17 16:39:38 +03:00
parent 8ee4426db0
commit 26017df23c
2 changed files with 3 additions and 25 deletions

View file

@ -14,7 +14,7 @@ describe('MessageItem', () => {
expect(wrapper.find('tr').length).toEqual(1);
expect(wrapper.find('td').length).toEqual(4);
expect(wrapper.find('JSONTree').length).toEqual(1);
expect(wrapper.find('JSONViewer').length).toEqual(1);
});
it('matches snapshot', () => {
@ -28,7 +28,7 @@ describe('MessageItem', () => {
expect(wrapper.find('tr').length).toEqual(1);
expect(wrapper.find('td').length).toEqual(4);
expect(wrapper.find('JSONTree').length).toEqual(0);
expect(wrapper.find('JSONViewer').length).toEqual(0);
});
it('matches snapshot', () => {

View file

@ -36,35 +36,13 @@ exports[`MessageItem when content is defined matches snapshot 1`] = `
}
}
>
<JSONTree
collectionLimit={50}
<JSONViewer
data={
Object {
"foo": "bar",
"key": "val",
}
}
getItemString={[Function]}
hideRoot={true}
invertTheme={false}
isCustomNode={[Function]}
keyPath={
Array [
"root",
]
}
labelRenderer={[Function]}
postprocessValue={[Function]}
shouldExpandNode={[Function]}
theme={
Object {
"base0B": "#363636",
"base0D": "#3273dc",
"tree": [Function],
"value": [Function],
}
}
valueRenderer={[Function]}
/>
</td>
</tr>