UNPKG

@making-sense/antlr-editor

Version:
9 lines 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const vitest_1 = require("vitest"); (0, vitest_1.describe)("Sample", () => { (0, vitest_1.it)("T", async () => { (0, vitest_1.expect)(true).toBeTruthy(); }); }); //# sourceMappingURL=sample.test.js.map