Skip to content

Commit 9533c19

Browse files
committed
test(api-page): remove console.log
1 parent 578eade commit 9533c19

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/apiPage.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ describe('apiPage', () => {
2828

2929
await apiPage(req, res)
3030

31-
console.log(res._getData())
32-
3331
expect(res.statusCode).toBe(401)
3432
expect(res._getHeaders()['www-authenticate']).toEqual(
3533
`Basic realm="${realm}"`

0 commit comments

Comments
 (0)