chore: setup detox for iOS

This commit is contained in:
Satyajit Sahoo
2020-01-07 03:57:10 +01:00
parent 5614a7cd31
commit fbadea46f1
8 changed files with 322 additions and 39 deletions

6
example/e2e/config.json Normal file
View File

@@ -0,0 +1,6 @@
{
"setupFilesAfterEnv": ["./init.js"],
"testEnvironment": "node",
"reporters": ["detox/runners/jest/streamlineReporter"],
"verbose": true
}