// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Route getSelectedItems() should return the selected items 1`] = `
Array [
  Object {
    "checked": true,
    "id": 1,
  },
  Object {
    "checked": true,
    "id": 3,
  },
  Object {
    "checked": true,
    "id": 5,
  },
]
`;