Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Fix issue regarding skipping env variables, suppressing non-dev error messages, parsing URL-formatted env values, update form-data version and handling empty server command inputs.#81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
ce89e3fa6cec1fdf7a2711125814a9ce93741e39356c924f0b4747044d884375af1aac93a122261dfabff5d4d2622cdfd38f4056801032c5fee53fb709b67dd14da8efb88241File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| ## Testing instructions | ||
| - Follow the Arrange, Act, Assert structure when writing unit tests. | ||
| - When writing unit tests, create individual unit tests that cover each logical branching in the code. | ||
| - For the happy path, can we have a single unit test where all the top level if conditions are executed? This might help with reducing the number of total unit tests created and still give same test coverage. | ||
| - For the tests for edge cases do not create separate describe blocks, keep the hierarchy flat. | ||
| - For the tests for edge cases, do not skip assertions, its still worth adding all assertions similar to the happy paths tests. | ||
| - Use only jest for writing test cases and refer existing unit test under the /src folder. | ||
| - Do not create code comments for any changes. | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.