-
-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
Description
Noting that I'll likely need to mock out localStorage for tests. Not difficult given that a simple mock can be < 10 LoC (or use some in-memory package).
Unlike Jest, AVA doesn't support mocking out-of-the-box, but we don't really need sinon or too much mocking support for a small mock like this, so should be nbd