mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-09-22 00:31:17 +00:00
chore(autofix): apply prettier + eslint fixes via /autofix command
This commit is contained in:
parent
13998b5407
commit
d1f31ac4e9
1 changed files with 3 additions and 8 deletions
|
|
@ -53,14 +53,9 @@ describe('generateAIContextFiles', () => {
|
|||
try {
|
||||
// Stats values picked to be unmistakable if they leak through.
|
||||
const stats = { nodes: 12345, edges: 67890, processes: 99 };
|
||||
await generateAIContextFiles(
|
||||
subDir,
|
||||
subStorage,
|
||||
'NoStatsProject',
|
||||
stats,
|
||||
undefined,
|
||||
{ noStats: true },
|
||||
);
|
||||
await generateAIContextFiles(subDir, subStorage, 'NoStatsProject', stats, undefined, {
|
||||
noStats: true,
|
||||
});
|
||||
|
||||
for (const f of ['CLAUDE.md', 'AGENTS.md']) {
|
||||
const content = await fs.readFile(path.join(subDir, f), 'utf-8');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue