mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add some test debug
This commit is contained in:
parent
feaa539c15
commit
b47d0b4739
1 changed files with 4 additions and 0 deletions
|
|
@ -88,6 +88,10 @@ describe('Subscriptions API', () => {
|
|||
|
||||
it('should return subscriptions', async () => {
|
||||
const res = await graphqlRequest(query, authToken).expect(200)
|
||||
console.log(
|
||||
'test subscriptions: ',
|
||||
res.body.data.subscriptions.subscriptions
|
||||
)
|
||||
|
||||
expect(res.body.data.subscriptions.subscriptions).to.eql(
|
||||
subscriptions.map((sub) => ({
|
||||
|
|
|
|||
Loading…
Reference in a new issue