Skip to content

Commit 427ce46

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

6 files changed

+6
-6
lines changed

lib/codeql.test.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/codeql.test.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/setup-codeql.test.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/setup-codeql.test.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/codeql.test.ts

+1-1
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

+1-1
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)