Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@BumpeiShimada
Created October 16, 2018 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BumpeiShimada/11c075423a9358d128d6cf711f2b3911 to your computer and use it in GitHub Desktop.
Save BumpeiShimada/11c075423a9358d128d6cf711f2b3911 to your computer and use it in GitHub Desktop.
A data table example of Jest's describe.each
str | expected
${null} | ${true}
${""} | ${true}
${"word"} | ${false}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment