Skip to content

Commit c79b8a8

Browse files
committed
only run one api test for debugging
1 parent 7dbc4cd commit c79b8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/test/auth-api.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ describe('successful login', () => {
2727
});
2828
});
2929

30-
test('responds with 200 code and returns JSON', async () => {
30+
test.only('responds with 200 code and returns JSON', async () => {
3131
await api
3232
.post(LOGIN_URL)
3333
.send({ username: testUser.username, password: 'secret' })

0 commit comments

Comments
 (0)