Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
src/proto/**/*.ts
src/dist/**/*
src/docs/**/*.js
dist/**/*
docs/**/*.js
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/collections/config/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down