funky-framadate-front/src/app/config/mocks/mock-comments.ts

22 lines
654 B
TypeScript
Raw Normal View History

2020-01-16 10:20:15 +01:00
export const mockComments = [
{
pseudo: "Bulbizarre",
2020-01-22 16:58:38 +01:00
"date": {
"date": "2020-01-22 16:00:22.000000",
"timezone_type": 3,
"timezone": "Europe/Paris"
},
2020-01-16 10:20:15 +01:00
text: "Pokem ipsum dolor sit amet Electric Cottonee Scratch Leech Life Ice Berry Ducklett. Leaf Green Durant Zoroark\n" +
" Skitty Rock Luxio Surskit. Glacier Badge",
},
{
pseudo: "Marylin",
2020-01-22 16:58:38 +01:00
"date": {
"date": "2020-01-22 16:00:22.000000",
"timezone_type": 3,
"timezone": "Europe/Paris"
},
text: "j'ai vu de la lumière o_o",
},
2020-01-16 10:20:15 +01:00
];