mirror of
https://github.com/langchain-ai/net-mocks.git
synced 2026-07-01 20:24:11 -04:00
5 lines
103 B
TypeScript
5 lines
103 B
TypeScript
import { beforeAll } from "vitest";
|
|
import { net } from "../src";
|
|
|
|
beforeAll(() => net.setupVitest());
|