Skip to content

Commit 427ce46

Browse files
committed
doc: add issue link to todo reminders in tests
1 parent 5445a29 commit 427ce46

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

lib/codeql.test.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/codeql.test.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/setup-codeql.test.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/setup-codeql.test.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/codeql.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ setupTests(test);
4141

4242
let stubConfig: Config;
4343

44-
// TODO: Remove when when we no longer need to pass in features
44+
// TODO: Remove when when we no longer need to pass in features (https://github.com/github/codeql-action/issues/2600)
4545
const expectedFeatureEnablement: FeatureEnablement = initializeFeatures(
4646
true,
4747
) as FeatureEnablement;

src/setup-codeql.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import {
2727

2828
setupTests(test);
2929

30-
// TODO: Remove when when we no longer need to pass in features
30+
// TODO: Remove when when we no longer need to pass in features (https://github.com/github/codeql-action/issues/2600)
3131
const expectedFeatureEnablement: FeatureEnablement = initializeFeatures(
3232
true,
3333
) as FeatureEnablement;

0 commit comments

Comments
 (0)