File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -162,12 +162,14 @@ suite.addBatch({
162162
163163 "interpolate(basis)" : {
164164 "supports basis interpolation" : testInterpolation ( "basis" ) ,
165- "supports basis-open interpolation" : testInterpolation ( "basis-open" )
165+ "supports basis-open interpolation" : testInterpolation ( "basis-open" ) ,
166+ "supports basis-closed interpolation" : testInterpolation ( "basis-closed" )
166167 } ,
167168
168169 "interpolate(cardinal)" : {
169170 "supports cardinal interpolation" : testInterpolation ( "cardinal" ) ,
170- "supports cardinal-open interpolation" : testInterpolation ( "cardinal-open" )
171+ "supports cardinal-open interpolation" : testInterpolation ( "cardinal-open" ) ,
172+ "supports cardinal-closed interpolation" : testInterpolation ( "cardinal-open" )
171173 } ,
172174
173175 "interpolate(monotone)" : {
You can’t perform that action at this time.
0 commit comments