Skip to content

Commit bba1c5e

Browse files
authored
Remove it.only from collection.config tests (#308)
1 parent cc8574b commit bba1c5e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.prettierignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
src/proto/**/*.ts
2-
src/dist/**/*
3-
src/docs/**/*.js
2+
dist/**/*
3+
docs/**/*.js

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/collections/config/integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ describe('Testing of the collection.config namespace', () => {
511511
expect(notUpdated?.status).toEqual('READY');
512512
});
513513

514-
it.only('should be able update the config of a collection', async () => {
514+
it('should be able update the config of a collection', async () => {
515515
const collectionName = 'TestCollectionConfigUpdate';
516516
const collection = await client.collections.create({
517517
name: collectionName,

0 commit comments

Comments
 (0)