Skip to content

Instantly share code, notes, and snippets.

@rorymcgit
Created January 8, 2019 14:15
Show Gist options
  • Save rorymcgit/ac1811b4a6ba65a49c6144e85fef2a9b to your computer and use it in GitHub Desktop.
Save rorymcgit/ac1811b4a6ba65a49c6144e85fef2a9b to your computer and use it in GitHub Desktop.
const test1 = {
foo: eachLike({
bar: ['a string'],
}),
};
const test2 = {
foo: eachLike({
bar: eachLike('a string'),
}),
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment