Jestify autosave spec and add localStorage helper
The helper was needed because `jest.spyOn` would not work on this special window object property. The only way we could successfully spy on `localStorage` was with this helper.
Showing
Please register or sign in to comment