2017-11-18 08:35:28 +00:00
|
|
|
# Snapshot report for `test/base-schema.js`
|
|
|
|
|
|
|
|
|
|
The actual snapshot is saved in `base-schema.js.snap`.
|
|
|
|
|
|
2021-04-16 04:34:29 +00:00
|
|
|
Generated by [AVA](https://avajs.dev).
|
2017-11-18 08:35:28 +00:00
|
|
|
|
|
|
|
|
## areas have a type and typeID
|
|
|
|
|
|
|
|
|
|
> Snapshot 1
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
search: {
|
|
|
|
|
areas: {
|
|
|
|
|
nodes: [
|
|
|
|
|
{
|
|
|
|
|
name: 'Germany',
|
|
|
|
|
type: 'Country',
|
|
|
|
|
typeID: '06dd0ae4-8c74-30bb-b43d-95dcedf961de',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: 'East Germany',
|
|
|
|
|
type: 'Country',
|
|
|
|
|
typeID: '06dd0ae4-8c74-30bb-b43d-95dcedf961de',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: 'New Germany',
|
|
|
|
|
type: 'City',
|
|
|
|
|
typeID: '6fd8f29a-3d0a-32fc-980d-ea697b69da78',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: 'New Germany',
|
|
|
|
|
type: 'City',
|
|
|
|
|
typeID: '6fd8f29a-3d0a-32fc-980d-ea697b69da78',
|
|
|
|
|
},
|
|
|
|
|
{
|
2018-08-04 19:04:19 +00:00
|
|
|
name: 'Pahlen',
|
|
|
|
|
type: 'Municipality',
|
|
|
|
|
typeID: '17246454-5ac4-36a1-b81a-4753eb2dab20',
|
2017-11-18 08:35:28 +00:00
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
},
|
2018-08-04 19:04:19 +00:00
|
|
|
}
|