moved HtmlTextSplitter.test.ts beside source file

This commit is contained in:
2026-04-04 19:32:33 +05:30
parent 88af87b7ae
commit 1524d9c804
@@ -1,6 +1,6 @@
import { describe, expect, test } from "bun:test";
import { Document } from "@langchain/core/documents";
import { HTMLTextSplitter } from "../../setup/textsplitters";
import { HTMLTextSplitter } from "./index";
describe("HTMLTextSplitter", () => {
test("keeps small HTML in a single chunk", async () => {