Skip to content

Commit 91382db

Browse files
kligarskikkafar
authored andcommitted
create new test file
1 parent cc73b18 commit 91382db

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

FabricExample/Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ PLATFORMS
9595
DEPENDENCIES
9696
activesupport (>= 6.1.7.5, != 7.1.0)
9797
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
98+
xcodeproj (< 1.26.0)
9899

99100
RUBY VERSION
100101
ruby 3.2.1p31
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import { device } from 'detox';
2+
3+
describe('E2E', () => {
4+
beforeAll(async () => {
5+
await device.reloadReactNative();
6+
});
7+
8+
});

0 commit comments

Comments
 (0)