* use jest.mocked instead of yucky any * remove more anys in favor of jest.mocked * fix stray unused variables
* Add a test assertion function to make testing a little bit easier * Add tests for SharedPreferences * Remove some tests from UserProfileEditPage because we're testing SharedPreferences directly now