We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dbc4cd commit c79b8a8Copy full SHA for c79b8a8
backend/test/auth-api.test.ts
@@ -27,7 +27,7 @@ describe('successful login', () => {
27
});
28
29
30
- test('responds with 200 code and returns JSON', async () => {
+ test.only('responds with 200 code and returns JSON', async () => {
31
await api
32
.post(LOGIN_URL)
33
.send({ username: testUser.username, password: 'secret' })
0 commit comments