This repository has been archived by the owner on Aug 20, 2020. It is now read-only.
chore: [issue#52] Added unit tests to check some files exist #55
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of the change:
This PR fulfill the request from issue #52 , which asked to create tests to validate if some files exist
Reason for the change:
The reason behind the request is guarantee that some basic files like README.MD will always be present int he project, so, if it is erased by mistake, the tests will not pass and it will be explicit the problem, without any human manual validation
Link to original source:
The actual source https://github.com/sendgrid/nodejs-http-client/blob/90ca4ebb6e0e6b59bd554908105f66114ad5a8f6/test/test.js
Checklist
Make sure all of these items are complete, or else the PR will be ineligible for a code review.
test/test.js
CONTRIBUTING.md
)master
branch. ( seeCONTRIBUTING.md
).