programing sendcard

This commit is contained in:
wzdwc
2020-04-20 23:25:57 +08:00
parent b3682878ad
commit 47f3225e29
19 changed files with 578 additions and 412 deletions
+15
View File
@@ -8,22 +8,37 @@ describe('test/app/core/pokerGame.test.ts', () => {
{
userId: '1',
counter: 200,
nick_name: '1',
account: '',
socketId: '',
},
{
userId: '2',
counter: 200,
nick_name: '1',
account: '',
socketId: '',
},
{
userId: '3',
counter: 50,
nick_name: '1',
account: '',
socketId: '',
},
{
userId: '4',
counter: 400,
nick_name: '1',
account: '',
socketId: '',
},
{
userId: '5',
counter: 1200,
nick_name: '1',
account: '',
socketId: '',
},
];