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 86fc87a commit a3a0ce6Copy full SHA for a3a0ce6
src/collections/journey.test.ts
@@ -12,6 +12,8 @@ describe('Journey testing of the client using a WCD cluster', () => {
12
dateOfBirth: Date;
13
};
14
15
+ afterAll(() => client.collections.delete(collectionName));
16
+
17
beforeAll(async () => {
18
client = await weaviate.connectToWeaviateCloud(
19
'https://piblpmmdsiknacjnm1ltla.c1.europe-west3.gcp.weaviate.cloud',
0 commit comments