Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`should add a timestamp above the first message 1`] = `
Array [
Array [
Object {
"author": Object {
"user": Object {
"id": "robo",
},
},
"content": Object {
"body": 2016-12-31T23:00:00.000Z,
},
"id": 2016-12-31T23:00:00.000Z,
"timestamp": 2016-12-31T23:00:00.000Z,
"type": "timestamp",
},
],
Array [
Object {
"author": Object {
"user": Object {
"id": "asdf123",
},
},
"content": Object {
"body": "Hey",
},
"id": "whatever",
"messageType": "text",
"timestamp": 2016-12-31T23:00:00.000Z,
},
],
]
`;