Dashboard › craft › Distillation
7e06bb48-b89b-43ce-9e3d-9443ee67d1f6["lore_tm_v1_XwBubsX1VAEnYguXBsJAcFqfV3Ltw4WR4DVWw9vU7dI"]
Date: Aug 25, 2026
/home/byk/Code/getsentry/craft/src/utils/__tests__/helpers.test.ts for GitHub Actions output helpers: imports truncateForOutput and writeGitHubActionsFile; tests set process.env.GITHUB_OUTPUT to path.join(dir, 'GITHUB_OUTPUT') (line 43) and path.join(tempDir, 'GITHUB_OUTPUT') (line 85), and delete it for is a no-op when GITHUB_OUTPUT is not set (lines 70–71).src/utils/__tests__/helpers.test.ts has describe('writeGitHubActionsFile', ...) beginning at line 77; tests call writeGitHubActionsFile('changelog', 'hello world') (line 99), writeGitHubActionsFile('changelog', 'content') (line 106), expect output to contain changelog_file=${filePath} (line 108), call it again at line 113, and call writeGitHubActionsFile('test', 'data') at line 120.src/utils/__tests__/helpers.test.ts has describe('truncateForOutput', ...) beginning at line 125; tests verify unchanged short output (line 128) and call truncateForOutput(large) at lines 134, 140, 167, 177, and 192, plus truncateForOutput(large, url) at lines 150 and 161.