Skip to content

Instantly share code, notes, and snippets.

@MattMcFarland
Last active March 15, 2017 07:16
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 MattMcFarland/41df3d6861f3474acb01d747ac9b78c8 to your computer and use it in GitHub Desktop.
Save MattMcFarland/41df3d6861f3474acb01d747ac9b78c8 to your computer and use it in GitHub Desktop.
jsc options
const options = {
tests: 5, // test count to run, default 100
size: 50, // maximum size of generated values, default 50
quiet: false, // do not console.log if true
rngState: '074e9b5f037a8c21d6', // state string for the rng
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment