We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f0c4cc commit 399580aCopy full SHA for 399580a
tests/login.test.ts
@@ -9,4 +9,5 @@ test('Login by username and password', async () => {
9
10
const sess = await sa.login(username!, password!);
11
expect(sess.id).toBeTruthy();
12
+ console.log(`Logged in as ${sess.username}`);
13
});
0 commit comments