UNPKG

@harboor/core

Version:
8 lines (6 loc) 221 B
import { test, expect } from "vitest"; import { fileFinder } from "./index"; test("file finder", async () => { const result = await fileFinder(["tsconfig.json"], ["./"]); expect(result).toBeTypeOf("string"); });