mirror of
https://github.com/sortedcord/omnia.git
synced 2026-07-22 03:52:48 +05:30
refactor: use package imports over relative imports for cross package ref and tests
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { describe, test, expect } from "vitest";
|
||||
import { z } from "zod";
|
||||
import { GeminiProvider } from "../../packages/llm/src/providers/google-genai.js";
|
||||
import { llmConfig } from "../../packages/llm/src/config.js";
|
||||
import { GeminiProvider, llmConfig } from "@omnia/llm";
|
||||
|
||||
describe("GeminiProvider Eval", () => {
|
||||
test("structured JSON response against live API", async () => {
|
||||
|
||||
Reference in New Issue
Block a user