updated the tests to avoid confusion issue-15012#17571
updated the tests to avoid confusion issue-15012#17571prateek3255 wants to merge 2 commits intofreeCodeCamp:stagingfrom
Conversation
|
@prateek3255 thanks for the PR. |
|
I have updated the tests for the issue #15012 so that the test work even if there is space before or after |
|
@ahmadabdolsaheb can you please review my PR because of it been 5 days since it has been marked ready for QA and there is no progress yet. |
|
@scissorsneedfoodtoo updated the pull request. |
|
@prateek3255, thank you for submitting a PR to fix this issue. Sorry for the delay. We're currently in the process of moving all updates to the curriculum over to a separate repository, so your PR is blocked for now. I checked it out and everything LGTM! Just made one small change to allow for possible spaces between the parentheses and @raisedadead, myself, or any other members will merge things are ready with the new repo. |
|
Hi @prateek3255 Thanks a lot for this pull request. We sincerely appreciate the time and efforts put into this. However can you please make the same changes once again on the https://github.com/freeCodeCamp/curriculum repository? I would like to apologise for the inconvenience, but at this point it has become very difficult to carry over commits into the other repo, to which we have moved over the entire curriculum package. Thanks once again. Please reach out to us in the Contributors Chat room for any assistance. Happy contributing! |
|
Yeah sure, I would make those changes in https://github.com/freeCodeCamp/curriculum repository as soon as I can. |
|
@raisedadead I have submitted #57 pull request with the same changes in the https://github.com/freeCodeCamp/curriculum repository. |
|
@prateek3255 Thanks a lot for the updates. |
|
@raisedadead there is one more problem, the Travis CI tests are failing on that repo even when I made the exact same changes in my commit. |
|
OK no worries, I'll comment there after I am able to take a look. |
|
@raisedadead I have fixed the Travis CI test failing issue ( I just had to change my commit message to |
Pre-Submission Checklist
stagingbranch of freeCodeCamp.fix/,feature/, ortranslate/(e.g.fix/signin-issue)npm test. Usegit commit --amendto amend any fixes.Type of Change
Checklist:
Closes #15012
Description
I have updated the tests so that the tests work even if there is space before or after : and space after "" or any other value.