microsoft/typespec

Public

mirrored from https://github.com/microsoft/typespecAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/fix-8243

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

packages/bundler/test/test.test.ts

8lines · modecode

1import { ok } from "assert";
2import { describe, it } from "vitest";
3
4describe("bundler", () => {
5 it("works", () => {
6 ok(true);
7 });
8});
9