Skip to content

Commit 399580a

Browse files
committed
test: print username
1 parent 5f0c4cc commit 399580a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/login.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ test('Login by username and password', async () => {
99

1010
const sess = await sa.login(username!, password!);
1111
expect(sess.id).toBeTruthy();
12+
console.log(`Logged in as ${sess.username}`);
1213
});

0 commit comments

Comments
 (0)