Skip to content

Instantly share code, notes, and snippets.

@ollelauribostrom
Created June 6, 2018 08:09
Show Gist options
  • Save ollelauribostrom/20f604a050fbec42696e9e29e933c579 to your computer and use it in GitHub Desktop.
Save ollelauribostrom/20f604a050fbec42696e9e29e933c579 to your computer and use it in GitHub Desktop.
● Tests for Box component › should render
Expected "[empty set]" to exist.
● Tests for Box component › should apply custom class name if provided
Expected <div> to have className of ".custom-red-box" but instead found "box"
Found node output: <div className="box" />
● Tests for Box component › should apply label if provided
Expected <div> components text to match (using ===), but it did not.
Expected HTML: "Red"
Actual HTML: ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment