Skip to content

Instantly share code, notes, and snippets.

@dubzzz
Last active May 7, 2018 21:36
Show Gist options
  • Save dubzzz/5ae008960f899fa6d1ebd4c4aea19689 to your computer and use it in GitHub Desktop.
Save dubzzz/5ae008960f899fa6d1ebd4c4aea19689 to your computer and use it in GitHub Desktop.
fc.assert(
fc.property(
fc.set(fc.char()),
data => assert.deepEqual(removeDuplicates(data), data)));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment