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

File check.test.ts

packages/bumpy/test/core/check.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 { resolve } from 'node:path';
3import { mkdir, writeFile, rm } from 'node:fs/promises';
4import { extractBumpFileIdsFromChangedFiles, filterBranchBumpFiles } from '../../src/core/bump-file.ts';

Callers

nothing calls this directly

Calls 6

makeBumpFileFunction · 0.90
filterBranchBumpFilesFunction · 0.90
makePkgFunction · 0.90
findChangedPackagesFunction · 0.90
makeConfigFunction · 0.90

Tested by

no test coverage detected