p-society / p-society.github.io

Official site of p-society (OLD)
https://p-society.herokuapp.com/
MIT License
31 stars 26 forks source link

Added IamRaviTejaG.md #51

Closed IamRaviTejaG-zz closed 5 years ago

IamRaviTejaG-zz commented 5 years ago

Review and merge!

palash25 commented 5 years ago

@IamRaviTejaG were the tests passing locally?

IamRaviTejaG-zz commented 5 years ago

Nope, they didn't, unless I added these lines to the package.json:

"jest": {
    "verbose": true,
    "testURL": "http://localhost/"
  }

PS: Have a look: https://stackoverflow.com/questions/51554366/npm-test-fail-with-jest/

IamRaviTejaG-zz commented 5 years ago

See? The tests passed!