File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 40
40
},
41
41
"tests" : [
42
42
{
43
- "description" : " fewer items is valid " ,
43
+ "description" : " fewer number of items present " ,
44
44
"data" : [ 1 , 2 ],
45
45
"valid" : true
46
46
},
47
47
{
48
- "description" : " no additional items present" ,
48
+ "description" : " equal number of items present" ,
49
49
"data" : [ 1 , 2 , 3 ],
50
50
"valid" : true
51
51
},
Original file line number Diff line number Diff line change 21
21
"valid" : true
22
22
},
23
23
{
24
- "description" : " not array is valid" ,
24
+ "description" : " JavaScript pseudo- array is valid" ,
25
25
"data" : {
26
26
"0" : " invalid" ,
27
27
"length" : 1
65
65
"valid" : true
66
66
},
67
67
{
68
- "description" : " not array is valid" ,
68
+ "description" : " JavaScript pseudo- array is valid" ,
69
69
"data" : {
70
70
"0" : " invalid" ,
71
71
"1" : " valid" ,
Original file line number Diff line number Diff line change 40
40
},
41
41
"tests" : [
42
42
{
43
- "description" : " fewer items is valid " ,
43
+ "description" : " fewer number of items present " ,
44
44
"data" : [ 1 , 2 ],
45
45
"valid" : true
46
46
},
47
47
{
48
- "description" : " no additional items present" ,
48
+ "description" : " equal number of items present" ,
49
49
"data" : [ 1 , 2 , 3 ],
50
50
"valid" : true
51
51
},
Original file line number Diff line number Diff line change 21
21
"valid" : true
22
22
},
23
23
{
24
- "description" : " not array is valid" ,
24
+ "description" : " JavaScript pseudo- array is valid" ,
25
25
"data" : {
26
26
"0" : " invalid" ,
27
27
"length" : 1
65
65
"valid" : true
66
66
},
67
67
{
68
- "description" : " not array is valid" ,
68
+ "description" : " JavaScript pseudo- array is valid" ,
69
69
"data" : {
70
70
"0" : " invalid" ,
71
71
"1" : " valid" ,
You can’t perform that action at this time.
0 commit comments