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

File check-pkgjson-fields.test.ts

packages/bumpy/test/core/check-pkgjson-fields.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 } from 'node:fs/promises';
4import { findChangedPackages } from '../../src/commands/check.ts';

Callers

nothing calls this directly

Calls 7

createTempGitRepoFunction · 0.90
gitInDirFunction · 0.90
cleanupTempDirFunction · 0.90
setupPkgFunction · 0.85
detectFunction · 0.85
writeJsonFunction · 0.70
setupOriginMainFunction · 0.70

Tested by

no test coverage detected