Sagnik Haldar
Sagnik Haldar
Hi, this is my first time contributing to OS, and I would like to give this issue a try. Thank You
Hi @danisyellis, I have gone through both of them. I looked at your implementation detail. There you mentioned making changes to the `index.js` file. I found a `globals.js` file which...
@danisyellis After we make this change, I think we need to change the function name along with some tests in the `starfish.test.js` file. I found it has a test for,...
Hey @danisyellis, you were right. I have kept the `getOrThrowIfMissingOrEmpty` function and added another function `getDefaultEnvironemntValues` to get the default config values. I modified the test like you told as...