mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-27 02:14:36 -05:00
5e4b638385
Co-authored-by: Jessica Sachs <jess@jessicasachs.io>
localStorage with useEffect
App idea from https://twitter.com/housecor/status/1268900696604258304
Shows how to set localStorage before mounting the component, and how to clear the local storage before each test.
See App.jsx and App.spec.jsx
