We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c5f619 commit cc670daCopy full SHA for cc670da
2 files changed
tests/.detoxrc.js
@@ -60,7 +60,7 @@ module.exports = {
60
emulator: {
61
type: 'android.emulator',
62
device: {
63
- avdName: 'API35_ANDROID',
+ avdName: 'TestingAVD',
64
},
65
66
tests/index.js
@@ -15,9 +15,5 @@
15
*
16
*/
17
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');
22
require('./globals');
23
require('./app');
0 commit comments