minor: Make GOOGLE_API_KEY optional

This commit is contained in:
2026-07-06 12:30:08 +05:30
parent 41f72b19e0
commit 0c3a2043b3
3 changed files with 9 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
import { describe, test, expect } from "vitest";
import { z } from "zod";
import { MockLLMProvider } from "../src/providers/mock.js";
import { MockLLMProvider } from "@omnia/llm";
describe("MockLLMProvider Unit Tests (Tier 1)", () => {
test("returns parsed matching data for valid mock response", async () => {