We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df81472 commit e02938aCopy full SHA for e02938a
test/testHelpers/collections/collectionHelper.ts
@@ -91,6 +91,7 @@ export async function createCollectionViaApi(
91
)
92
.then((response) => response.data.data)
93
} catch (error) {
94
+ console.log(error)
95
throw new Error(`Error while creating test collection ${collectionAlias}`)
96
}
97
0 commit comments