UNPKG

@copilotkit/react-core

Version:

<div align="center"> <a href="https://copilotkit.ai" target="_blank"> <img src="https://github.com/copilotkit/copilotkit/raw/main/assets/banner.png" alt="CopilotKit Logo"> </a>

8 lines (6 loc) 139 B
import * as utils from "./utils"; describe("emptyTest", () => { it("should be truthy", () => { expect(true).toBeTruthy(); }); });