pinecone-io / pinecone-ts-client

The official TypeScript/Node client for the Pinecone vector database
https://www.pinecone.io
Apache License 2.0
166 stars 36 forks source link

Re-enable `IndexHostSingleton` unit tests #225

Closed austin-denoble closed 1 month ago

austin-denoble commented 1 month ago

Problem

Last PR I left a test.only() call in the indexHostSingleton.test.ts file. 🤦‍♂️

Solution

Remove so we're running all the tests again.

Type of Change

Test Plan

Let tests run