File tree 1 file changed +4
-0
lines changed 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ describe('traversal', () => {
81
81
same ( value , callArray [ index ] )
82
82
} )
83
83
} )
84
+
84
85
test ( 'block with links' , async ( ) => {
85
86
// Test Case 2
86
87
// Input
@@ -98,6 +99,7 @@ describe('traversal', () => {
98
99
same ( value , callArray [ index ] )
99
100
} )
100
101
} )
102
+
101
103
test ( 'block with matching links' , async ( ) => {
102
104
// Test Case 3
103
105
// Input
@@ -115,6 +117,7 @@ describe('traversal', () => {
115
117
same ( value , callArray [ index ] )
116
118
} )
117
119
} )
120
+
118
121
test ( 'depth first with duplicated block' , async ( ) => {
119
122
// Test Case 4
120
123
// Input
@@ -140,6 +143,7 @@ describe('traversal', () => {
140
143
same ( value , callArray [ index ] )
141
144
} )
142
145
} )
146
+
143
147
test ( 'null return' , async ( ) => {
144
148
const links = [ ]
145
149
const value = createNode ( Uint8Array . from ( 'test' ) , links )
You can’t perform that action at this time.
0 commit comments