Skip to content

Commit ae77939

Browse files
committed
test: skip expo tests until mocked
1 parent e86dd0f commit ae77939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sessionManager/stores/expoSecureStore.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ describe.skip("ExpoSecureStore standard keys", () => {
4545
});
4646
});
4747

48-
describe("ExpoSecureStore keys: storageKeys", () => {
48+
describe.skip("ExpoSecureStore keys: storageKeys", () => {
4949
let sessionManager: ExpoSecureStore<ExtraKeys>;
5050

5151
beforeEach(() => {

0 commit comments

Comments
 (0)