Where communities thrive
Join over
1.5M+ people
Join over
100K+ communities
Free
without limits
Create
your own community
Explore more communities
HelpfulHuman/Portals
An XHR/Ajax library with sugar for single page applications.
People
Repo info
Activity
Syrkin Sergey
@jchouse
Hi guys, thx for portal.
smb use it in reactjs? Having problems when writing tests, can anyone come across already.
Nicholas Glenn
@NickGlenn
Hi
@jchouse
, you can take a look at how we're using it in our React Boilerplate Project ->
https://github.com/helpfulhuman/react-project
what you want to try and do is avoid writing tests that make network calls, and instead test the the application using the "perceived" results of said calls
that way you can keep the front end test decoupled from the back end
_