Use the API URL from the environment if it is present.
This commit is contained in:
parent
a6d09016e7
commit
bbdc9efa94
42 changed files with 122 additions and 22 deletions
1
lib/feature-flags.test.js
generated
1
lib/feature-flags.test.js
generated
|
|
@ -16,6 +16,7 @@ ava_1.default.beforeEach(() => {
|
|||
const testApiDetails = {
|
||||
auth: "1234",
|
||||
url: "https://github.com",
|
||||
apiURL: undefined,
|
||||
};
|
||||
const testRepositoryNwo = (0, repository_1.parseRepositoryNwo)("github/example");
|
||||
const ALL_FEATURE_FLAGS_DISABLED_VARIANTS = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue