mirror of
https://github.com/github/codeql-action
synced 2026-05-23 20:00:54 +03:00
Fix typos
This commit is contained in:
Generated
+1
-1
@@ -157,7 +157,7 @@ for (const featureFlag of Object.keys(feature_flags_1.featureConfig)) {
|
||||
// specify a minimum version, then we will have a bunch of code no longer being
|
||||
// tested. This is unlikely, and this test will fail if that happens.
|
||||
// If we do end up in that situation, then we should consider adding a synthetic
|
||||
// feature flag with a minium version that is only used for tests.
|
||||
// feature flag with a minimum version that is only used for tests.
|
||||
(0, ava_1.default)("At least one feature has a minimum version specified", (t) => {
|
||||
t.assert(Object.values(feature_flags_1.featureConfig).some((f) => f.minimumVersion !== undefined), "At least one feature flag should have a minimum version specified");
|
||||
// An even less likely scenario is that we no longer have any feature flags.
|
||||
|
||||
Reference in New Issue
Block a user