Skip to content

Commit

Permalink
Add linter exclusions for pinecone tests (langchain-ai#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos authored Mar 1, 2023
1 parent 67422c9 commit e1fbb45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions langchain/src/vectorstores/tests/pinecone.int.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/no-non-null-assertion */
import { test, expect } from "@jest/globals";
import { PineconeClient } from "@pinecone-database/pinecone";
import { OpenAIEmbeddings } from "../../embeddings/index.js";
Expand Down
1 change: 1 addition & 0 deletions langchain/src/vectorstores/tests/pinecone.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import { jest, test, expect } from "@jest/globals";
import { FakeEmbeddings } from "../../embeddings/fake.js";

Expand Down

0 comments on commit e1fbb45

Please sign in to comment.