[mod]
This commit is contained in:
@@ -18,12 +18,12 @@ describe('ApiSend', function () {
|
||||
assert.strictEqual(res.isSucc, true, 'Failed to connect to server, have you executed `npm run dev` already?');
|
||||
})
|
||||
|
||||
it('AccountLogin', async function () {
|
||||
let ret = await client.callApi('AccountLogin', {
|
||||
name: 'Test'
|
||||
});
|
||||
assert.ok(ret.isSucc)
|
||||
});
|
||||
// it('AccountLogin', async function () {
|
||||
// let ret = await client.callApi('AccountLogin', {
|
||||
// name: 'Test'
|
||||
// });
|
||||
// assert.ok(ret.isSucc)
|
||||
// });
|
||||
|
||||
it('LobbyList', async function () {
|
||||
let ret = await client.callApi('LobbyList', null);
|
||||
|
||||
Reference in New Issue
Block a user