19 lines
282 B
Plaintext
19 lines
282 B
Plaintext
|
// 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,
|
||
|
},
|
||
|
]
|
||
|
`;
|