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 e02938a commit d117e92Copy full SHA for d117e92
test/testHelpers/collections/collectionHelper.ts
@@ -91,7 +91,6 @@ 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