-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This improves the storage tests in several ways: * The local storage helper does _not_ wrap the whole test anymore; this caused issues because e.g. individual tests would not be singled out or skipped with test.only() or test.skip(). * The `after` parameter of the local storage helper can now also be a validating function on the storage content, making it possible to assert specific properties (for instead assert that an anchor is set without need to know the exact timestamp it was last used). * Some comment about local storage are made a bit more general.
- Loading branch information
Showing
1 changed file
with
140 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters