first commit
This commit is contained in:
38
mixitup-3.3.1/tests/mock/dataset.json
Normal file
38
mixitup-3.3.1/tests/mock/dataset.json
Normal file
@@ -0,0 +1,38 @@
|
||||
[
|
||||
{
|
||||
"id": "target-1",
|
||||
"categories": ["a"],
|
||||
"published": "20161102",
|
||||
"views": 100
|
||||
},
|
||||
{
|
||||
"id": "target-2",
|
||||
"categories": ["a"],
|
||||
"published": "20130501",
|
||||
"views": 54
|
||||
},
|
||||
{
|
||||
"id": "target-3",
|
||||
"categories": ["b"],
|
||||
"published": "20121231",
|
||||
"views": 3
|
||||
},
|
||||
{
|
||||
"id": "target-4",
|
||||
"categories": ["b"],
|
||||
"published": "20160407",
|
||||
"views": 62
|
||||
},
|
||||
{
|
||||
"id": "target-5",
|
||||
"categories": ["c"],
|
||||
"published": "20160820",
|
||||
"views": 54
|
||||
},
|
||||
{
|
||||
"id": "target-6",
|
||||
"categories": ["a", "c"],
|
||||
"published": "20151020",
|
||||
"views": 95
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user