MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / commit

Function commit

scripts/draft-changelog.test.ts:15–22  ·  view source on GitHub ↗
(subject: string)

Source from the content-addressed store, hash-verified

13const REPO_URL = "https://github.com/heygen-com/hyperframes";
14
15function commit(subject: string): RawCommit {
16 return {
17 sha: "1234567890abcdef1234567890abcdef12345678",
18 shortSha: "1234567",
19 author: "Test Author",
20 subject,
21 };
22}
23
24describe("draft changelog arguments", () => {
25 it("parses positional, value, inline, and boolean options", () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected