Skip to content

Commit ee586c4

Browse files
committed
Rename one test-case
1 parent 05d3ba9 commit ee586c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/lib/__tests__/TreeView.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ describe('TreeView', () => {
195195
expect(results.container.querySelectorAll('li').length).toEqual(18)
196196
})
197197

198-
it('should respect maxDepth and collapse nodes correctly', async () => {
198+
it('should not map primitive values and renders them correctly in list', async () => {
199199
const results = render(TreeView, {
200200
props: {
201201
data: undefined

0 commit comments

Comments
 (0)