Skip to content

Commit cc670da

Browse files
committed
chore: revert temp commit
1 parent 4c5f619 commit cc670da

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

tests/.detoxrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module.exports = {
6060
emulator: {
6161
type: 'android.emulator',
6262
device: {
63-
avdName: 'API35_ANDROID',
63+
avdName: 'TestingAVD',
6464
},
6565
},
6666
},

tests/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,5 @@
1515
*
1616
*/
1717

18-
// Default: Jet integration test bundle. For standalone manual screens under
19-
// tests/test-app/examples/, comment out the next two lines and require one example, e.g.:
20-
// require('./test-app/examples/app');
21-
// require('./test-app/examples/messaging');
2218
require('./globals');
2319
require('./app');

0 commit comments

Comments
 (0)