You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed duplicates of airports.source.schema.graphql and changed references to use a common file. Changed integration test references to neptune db host and port to have values injected from environment variables so that contributors do not have to modify the case files to execute tests, which could lead to accidental commit of real URLs.
Fixed tests failing due to hardcoded output directory reference in main.js, missing comma in json file, typo in referenced file suffix, and incorrect order of test cases (delete, create changed to create, delete).
* Searches the given text for a placeholder text and if found replaces it with an environment variable value of the same name.
24
+
* It is expected that the placeholder text is surrounded by angle brackets and the environment variable name is the placeholder text without the angle brackets.
25
+
*
26
+
* @param text the text to search and replace the placeholder
27
+
* @param placeholder the placeholder text to search for
28
+
* @returns text with replaced placeholder if found
29
+
* @throws error if the placeholder text is found but the environment variable is not set
0 commit comments