Skip to content

Instantly share code, notes, and snippets.

@bruceharris
Created March 2, 2018 16:09
Show Gist options
  • Save bruceharris/c4c3817415b27b51e549d39b59676a2b to your computer and use it in GitHub Desktop.
Save bruceharris/c4c3817415b27b51e549d39b59676a2b to your computer and use it in GitHub Desktop.
React Unit Testing Example 6
render() {
if (this.props.isLoading) {
return null;
}
return this.props.children;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment