Revert react reload inside beforeAll

This commit is contained in:
Joseph Baylon
2023-02-02 13:23:39 -08:00
committed by Elisabeth Kulzer
parent 94b5bc65e7
commit bda9b10d7d

View File

@@ -21,5 +21,4 @@ beforeAll(async () => {
photos: 'YES',
},
});
await device.reloadReactNative();
});