test: update wording of text description
Co-authored-by: Henry Mercer <henrymercer@github.com>
This commit is contained in:
parent
65117851a6
commit
fddb49dc77
3 changed files with 3 additions and 3 deletions
2
lib/feature-flags.test.js
generated
2
lib/feature-flags.test.js
generated
|
|
@ -53,7 +53,7 @@ const testRepositoryNwo = (0, repository_1.parseRepositoryNwo)("github/example")
|
|||
"Not running against github.com. Disabling all toggleable features.") !== undefined);
|
||||
});
|
||||
});
|
||||
(0, ava_1.default)(`Features work when run against GHES_dotcom as an environment (proxima stamp)`, async (t) => {
|
||||
(0, ava_1.default)(`Feature flags are requested in Proxima`, async (t) => {
|
||||
await (0, util_1.withTmpDir)(async (tmpDir) => {
|
||||
const loggedMessages = [];
|
||||
const features = setUpFeatureFlagTests(tmpDir, (0, testing_utils_1.getRecordingLogger)(loggedMessages), { type: util_1.GitHubVariant.GHE_DOTCOM });
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -60,7 +60,7 @@ test(`All features are disabled if running against GHES`, async (t) => {
|
|||
});
|
||||
});
|
||||
|
||||
test(`Features work when run against GHES_dotcom as an environment (proxima stamp)`, async (t) => {
|
||||
test(`Feature flags are requested in Proxima`, async (t) => {
|
||||
await withTmpDir(async (tmpDir) => {
|
||||
const loggedMessages = [];
|
||||
const features = setUpFeatureFlagTests(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue