MCPcopy Index your code
hub / github.com/sourcebot-dev/sourcebot / utils.test.ts

File utils.test.ts

packages/shared/src/utils.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { readFile } from 'fs/promises';
2import { beforeEach, describe, expect, test, vi } from 'vitest';
3import { DEFAULT_CONFIG_SETTINGS } from './constants.js';
4import { getConfigSettings } from './utils.js';

Callers

nothing calls this directly

Calls 2

getConfigSettingsFunction · 0.85
mockConfigFileFunction · 0.85

Tested by

no test coverage detected