Skip to content

Commit e02938a

Browse files
committed
Added: temporal console log
1 parent df81472 commit e02938a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/testHelpers/collections/collectionHelper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ export async function createCollectionViaApi(
9191
)
9292
.then((response) => response.data.data)
9393
} catch (error) {
94+
console.log(error)
9495
throw new Error(`Error while creating test collection ${collectionAlias}`)
9596
}
9697
}

0 commit comments

Comments
 (0)