Skip to content

Instantly share code, notes, and snippets.

@davidgilbertson
Created April 5, 2020 01:31
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 davidgilbertson/ca5d0570a279a1f14365661361ef67ef to your computer and use it in GitHub Desktop.
Save davidgilbertson/ca5d0570a279a1f14365661361ef67ef to your computer and use it in GitHub Desktop.
console.assert(
JSON.stringify(recollectStore.todos) === JSON.stringify(reduxStore.getState().todos),
'The two stores should match'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment