UNPKG

@making-sense/antlr-editor

Version:
8 lines (6 loc) 148 B
import { describe, it, expect } from "vitest"; describe("Sample", () => { it("T", async () => { expect(true).toBeTruthy(); }); });