Skip to content

Instantly share code, notes, and snippets.

@meza
Created March 22, 2019 10:11
Show Gist options
  • Save meza/7bf8d54e2e7811454335d08f316a6eb0 to your computer and use it in GitHub Desktop.
Save meza/7bf8d54e2e7811454335d08f316a6eb0 to your computer and use it in GitHub Desktop.
// old
// import Chance from 'chance';
// const chance = new Chance();
//new
import { chance } from 'jest-chance';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment