Skip to content

Commit b80c928

Browse files
committed
remove console.log
1 parent 72cd164 commit b80c928

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/documents_tests.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ describe.each([
100100
attributesToRetrieve: 'id',
101101
})
102102
.then((response) => {
103-
console.log({ response })
104-
105103
expect(response.length).toEqual(dataset.length)
106104
})
107105
})

0 commit comments

Comments
 (0)