Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Feb 11, 2025
1 parent 6ec87c6 commit a097299
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ describe("RecursiveUrlLoader", () => {
jest.restoreAllMocks();
});


test("loading valid url", async () => {
const url = "https://js.langchain.com/docs/introduction";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
} from "@langchain/core/document_loaders/base";

const virtualConsole = new VirtualConsole();
virtualConsole.on("error", () => { });
virtualConsole.on("error", () => {});

export interface RecursiveUrlLoaderOptions {
excludeDirs?: string[];
Expand Down

0 comments on commit a097299

Please sign in to comment.