Skip to content

Commit 34ef439

Browse files
committed
remove empty lines from test
1 parent 8ca52e3 commit 34ef439

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/arrayToTree.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,6 @@ describe('arrayToTree', () => {
148148
])
149149
})
150150

151-
152-
153151
it('should treat objects with missing parentId as root objects', () => {
154152
expect(arrayToTree([
155153
{ id: '4', custom: 'abc' },

0 commit comments

Comments
 (0)