Skip to content

Commit

Permalink
Added some more pseudo tests
Browse files Browse the repository at this point in the history
  • Loading branch information
smashah committed Oct 18, 2020
1 parent d83ce2f commit 54c2712
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ import test from 'ava';
test.todo('Create a client with 1 params [session id string]')
test.todo('Create a client with 1 params [config only]')
test.todo('Create a client with 2 params')

/**
* Logout states
*/
test.todo('Restart existing session')
test.todo('Logout and detect logout event')
test.todo('Restart existing session, expect QR code')
test.todo('create fresh session, expect QR code')
test.todo('create fresh session, wait 60 seconds, expect QR code')


test.todo('Check if can send message')
test.todo('Check licensed features')
test.todo('Create a client with license')
Expand All @@ -29,4 +40,5 @@ test.todo('Send Image')
test.todo('Send Video')
test.todo('Send Location')
test.todo('Send Sticker')
test.todo('Send Instagram link preview')
test.todo('etc..')

0 comments on commit 54c2712

Please sign in to comment.