diff --git a/.prettierignore b/.prettierignore index 4641164b..ea33ce5b 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,3 +1,3 @@ src/proto/**/*.ts -src/dist/**/* -src/docs/**/*.js \ No newline at end of file +dist/**/* +docs/**/*.js \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 720649d3..31cfcabe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "weaviate-client", "version": "3.6.2", - "license": "SEE LICENSE IN LICENSE", + "license": "BSD 3-Clause", "dependencies": { "abort-controller-x": "^0.4.3", "graphql": "^16.10.0", diff --git a/src/collections/config/integration.test.ts b/src/collections/config/integration.test.ts index ead96726..68163d5e 100644 --- a/src/collections/config/integration.test.ts +++ b/src/collections/config/integration.test.ts @@ -511,7 +511,7 @@ describe('Testing of the collection.config namespace', () => { expect(notUpdated?.status).toEqual('READY'); }); - it.only('should be able update the config of a collection', async () => { + it('should be able update the config of a collection', async () => { const collectionName = 'TestCollectionConfigUpdate'; const collection = await client.collections.create({ name: collectionName,