Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[test-suite] Update SecureStore tests (expo#25761)
# Why In expo#23804 I modified the behaviour of SecureStore to be consistent with iOS. This introduced a change, where trying to get a value from a keychain service in which it isn't registered will return null instead of throwing an exception. (I would prefer to do it the other way around - throwing an exception in that case seems to make more sense - it was not possible to do on iOS) This causes one of the tests to fail in `test-suite` # How Removed OS type check from the failing test # Test Plan ✅ `native-component-list` in unversioned Expo Go
- Loading branch information