Skip to content

Commit 9179b4d

Browse files
Copilotpelikhan
andauthored
Remove unused variable in changeset test (CodeQL alert #496) (#22772)
* Initial plan * Fix unused variable in changeset test Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> Agent-Logs-Url: https://github.com/github/gh-aw/sessions/605f9b59-7462-4bed-b499-00caa842f1e2 * Fix unused variable changesetModule (alert #496)" Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> Agent-Logs-Url: https://github.com/github/gh-aw/sessions/605f9b59-7462-4bed-b499-00caa842f1e2 --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> Co-authored-by: Peli de Halleux <pelikhan@users.noreply.github.com>
1 parent 7a87cd4 commit 9179b4d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

scripts/changeset.test.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,6 @@ function runTests() {
181181

182182
// Test 6: No changesets with explicit release type (simulate updateChangelog)
183183
console.log("\n=== Test 6: CHANGELOG entry for release without changesets ===");
184-
// We'll test the updateChangelog function directly by requiring the module
185-
const changesetModule = require(CHANGESET_SCRIPT);
186-
// Since we can't easily access internal functions, we'll just verify the version command works
187184
// The actual changelog update behavior will be tested manually
188185

189186
console.log("\n=== Test Results ===");

0 commit comments

Comments
 (0)