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 05d3ba9 commit ee586c4Copy full SHA for ee586c4
core/src/lib/__tests__/TreeView.spec.ts
@@ -195,7 +195,7 @@ describe('TreeView', () => {
195
expect(results.container.querySelectorAll('li').length).toEqual(18)
196
})
197
198
- it('should respect maxDepth and collapse nodes correctly', async () => {
+ it('should not map primitive values and renders them correctly in list', async () => {
199
const results = render(TreeView, {
200
props: {
201
data: undefined
0 commit comments