Skip to content

Instantly share code, notes, and snippets.

@dubzzz
Last active March 21, 2018 20:21
Show Gist options
  • Save dubzzz/9d3d2e9dbcb5544c7374fa41147b7558 to your computer and use it in GitHub Desktop.
Save dubzzz/9d3d2e9dbcb5544c7374fa41147b7558 to your computer and use it in GitHub Desktop.
fc.sample(
fc.property(
fc.string(), fc.string(), fc.string(),
(a, b, c) => contains(b, a+b+c))
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment