// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Testing component menu row loading state 1`] = `
test
`;
exports[`Testing component menu row on press event 1`] = `
test
`;
exports[`Testing component menu row with title and content 1`] = `
test title
test content
`;
exports[`Testing component menu row with title only 1`] = `
test title
`;