-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathtestdata.js
More file actions
18 lines (14 loc) · 854 Bytes
/
testdata.js
File metadata and controls
18 lines (14 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
var _test={}
_test.profiles = {
u0:{gender:'male',name:'alex2',location:'Houston',email:'aallen@blazinweb.com',username:'blaze',img:'https://i0.wp.com/slack.global.ssl.fastly.net/7fa9/img/avatars/ava_0012-512.png?ssl=1'} ,
u1:{gender:'male',name:'@sunzhx',location:'Houston',email:'sunzhx.js@gmail.com',username:'sunzhx',img:'https://secure.gravatar.com/avatar/3f244274ede6c91a956b06feccf7a0ff.jpg?s=512&d=https%3A%2F%2Fslack.global.ssl.fastly.net%2F7fa9%2Fimg%2Favatars%2Fava_0000-512.png'}
};
_test.messages = {
old:[
{profile:'u0',content:'hello world'} ,
{profile:'u1',content:'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod'} ,
{profile:'u0',content:'tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam'} ,
] ,
_new :[]
};
module.exports = _test;