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

File github-release.test.ts

packages/bumpy/test/core/github-release.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, createTempGitRepo, cleanupTempDir } from '../helpers.ts';
3import { installShellMock, uninstallShellMock, getCallsMatching, addMockRule } from '../helpers-shell-mock.ts';
4import { tagExists } from '../../src/core/git.ts';

Callers

nothing calls this directly

Calls 9

createTempGitRepoFunction · 0.90
installShellMockFunction · 0.90
addMockRuleFunction · 0.90
uninstallShellMockFunction · 0.90
cleanupTempDirFunction · 0.90
makeReleaseFunction · 0.90
createIndividualReleasesFunction · 0.90
tagExistsFunction · 0.90
getCallsMatchingFunction · 0.90

Tested by

no test coverage detected