compare-geojson
Version:
Compare a features new and old versions in GeoJSON
22 lines (21 loc) • 508 B
JSON
{
"compareFunction": "example",
"fixtures": [
{
"description": "Description of this fixture",
"newVersion": {},
"oldVersion": {},
"expectedResult": {
"result:example": {}
}
},
{
"description": "Description of another fixture",
"newVersion": {},
"oldVersion": {},
"expectedResult": {
"result:example": {}
}
}
]
}