Skip to content

Instantly share code, notes, and snippets.

@dubzzz
Created May 7, 2018 21:11
Show Gist options
  • Save dubzzz/4859da7e80a3fe2204ef7a46affb26fe to your computer and use it in GitHub Desktop.
Save dubzzz/4859da7e80a3fe2204ef7a46affb26fe to your computer and use it in GitHub Desktop.
fc.assert(
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