UNPKG
@trymagically/expo-dev-client
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Magically custom Expo development client
docs.expo.dev/versions/latest/sdk/dev-client/
expo/expo
@trymagically/expo-dev-client
/
e2e
/
config.json
10 lines
(9 loc)
•
232 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"maxWorkers"
:
1
,
"testEnvironment"
:
"./environments"
,
"testRunner"
:
"jest-circus/runner"
,
"testTimeout"
:
180000
,
"testRegex"
:
"
\\
.e2e
\\
.ts$"
,
"reporters"
: [
"detox/runners/jest/streamlineReporter"
],
"verbose"
:
true
}