chore: initialize workspace structure
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { describe, expect, it } from "vitest";
|
||||
import { AGENT_RUNTIME_PACKAGE } from "@aiquant/agent-runtime";
|
||||
|
||||
describe("workspace smoke test", () => {
|
||||
it("resolves cross-workspace package exports", () => {
|
||||
expect(AGENT_RUNTIME_PACKAGE).toBe("agent-runtime");
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user