@@ -14,15 +14,15 @@ const isRediStackTests = [
14
14
{ input : [ unmapWithName ( [ 'bf' , 'timeseries' , 'ReJSON' , 'search' , 'graph' ] ) , '6.2.6' ] , expected : true } ,
15
15
{ input : [ unmapWithName ( [ 'bf' , 'timeseries' , 'ReJSON' , 'searchlight' , 'graph' ] ) , '6.2.5' ] , expected : false } ,
16
16
{ input : [ unmapWithName ( [ 'bf' , 'timeseries' , 'ReJSON' , 'search' , 'graph' ] ) , '6.2.5' ] , expected : false } ,
17
- { input : [ unmapWithName ( [ 'bf' , 'timeseries' , 'ReJSON' , 'searchlight' , 'graph' ] ) , '7.2 ' ] , expected : false } ,
18
- { input : [ unmapWithName ( [ 'bf' , 'timeseries' , 'ReJSON' , 'search' , 'graph' ] ) , '7.2 ' ] , expected : false } ,
19
- { input : [ unmapWithName ( [ 'bf' , 'timeseries' , 'ReJSON' , 'rg' , 'searchlight' ] ) , '7.2 ' ] , expected : true } ,
20
- { input : [ unmapWithName ( [ 'bf' , 'timeseries' , 'ReJSON' , 'rg' , 'search' ] ) , '7.2 ' ] , expected : true } ,
21
- { input : [ unmapWithName ( [ 'bf' , 'timeseries' , 'ReJSON' , 'searchlight' ] ) , '7.2 ' ] , expected : true } ,
22
- { input : [ unmapWithName ( [ 'bf' , 'timeseries' , 'ReJSON' , 'search' ] ) , '7.2 ' ] , expected : true } ,
23
- { input : [ unmapWithName ( [ 'bf' , 'timeseries' , 'ReJSON' , 'search' ] ) , '7.2 ' ] , expected : true } ,
24
- { input : [ unmapWithName ( [ 'bf' , 'timeseries' , 'ReJSON' , 'search' , 'custom' ] ) , '7.2 ' ] , expected : false } ,
25
- { input : [ unmapWithName ( [ 'bf' , 'timeseries' , 'ReJSON' , 'seasearchlightrch' , 'custom' ] ) , '7.2 ' ] , expected : false } ,
17
+ { input : [ unmapWithName ( [ 'bf' , 'timeseries' , 'ReJSON' , 'searchlight' , 'graph' ] ) , '7.1 ' ] , expected : false } ,
18
+ { input : [ unmapWithName ( [ 'bf' , 'timeseries' , 'ReJSON' , 'search' , 'graph' ] ) , '7.1 ' ] , expected : false } ,
19
+ { input : [ unmapWithName ( [ 'bf' , 'timeseries' , 'ReJSON' , 'rg' , 'searchlight' ] ) , '7.1 ' ] , expected : true } ,
20
+ { input : [ unmapWithName ( [ 'bf' , 'timeseries' , 'ReJSON' , 'rg' , 'search' ] ) , '7.1 ' ] , expected : true } ,
21
+ { input : [ unmapWithName ( [ 'bf' , 'timeseries' , 'ReJSON' , 'searchlight' ] ) , '7.1 ' ] , expected : true } ,
22
+ { input : [ unmapWithName ( [ 'bf' , 'timeseries' , 'ReJSON' , 'search' ] ) , '7.1 ' ] , expected : true } ,
23
+ { input : [ unmapWithName ( [ 'bf' , 'timeseries' , 'ReJSON' , 'search' ] ) , '7.1 ' ] , expected : true } ,
24
+ { input : [ unmapWithName ( [ 'bf' , 'timeseries' , 'ReJSON' , 'search' , 'custom' ] ) , '7.1 ' ] , expected : false } ,
25
+ { input : [ unmapWithName ( [ 'bf' , 'timeseries' , 'ReJSON' , 'seasearchlightrch' , 'custom' ] ) , '7.1 ' ] , expected : false } ,
26
26
]
27
27
28
28
describe ( 'isRediStack' , ( ) => {
0 commit comments