MCPcopy Index your code
hub / github.com/dmno-dev/bumpy / changelog-github.test.ts

File changelog-github.test.ts

packages/bumpy/test/core/changelog-github.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { test, expect, describe, beforeEach, afterEach } from 'bun:test';
2import { makeRelease, makeBumpFile } from '../helpers.ts';
3import { installShellMock, uninstallShellMock, addMockRule } from '../helpers-shell-mock.ts';
4import { createGithubFormatter } from '../../src/core/changelog-github.ts';

Callers

nothing calls this directly

Calls 6

installShellMockFunction · 0.90
addMockRuleFunction · 0.90
uninstallShellMockFunction · 0.90
createGithubFormatterFunction · 0.90
makeReleaseFunction · 0.90
makeBumpFileFunction · 0.90

Tested by

no test coverage detected