added deleteChat

This commit is contained in:
Adhiraj
2020-07-14 20:30:50 +05:30
parent 8ce1e2da08
commit 6a69cbf8d5
2 changed files with 12 additions and 4 deletions

View File

@@ -187,6 +187,9 @@ WAClientTest('Groups', (client) => {
it('should archive the group', async () => {
await client.archiveChat(gid)
})
it('should delete the group', async () => {
await client.deleteChat(gid)
})
})
WAClientTest('Events', (client) => {
it('should deliver a message', async () => {