Home
last modified time | relevance | path

Searched refs:testConfig (Results 1 – 2 of 2) sorted by relevance

/expo/android/app/src/androidTest/java/host/exp/exponent/utils/
H A DExpoTestRunner.kt15 private val testConfig: JSONObject = TestConfig.get() constant in host.exp.exponent.utils.ExpoTestFilter
21 val testTypes = testConfig.optJSONArray(TEST_TYPES_KEY) in shouldRun()
41 val sdkVersions = testConfig.optJSONArray(SDK_VERSIONS_KEY) in shouldRun()
/expo/ios/ExponentIntegrationTests/
H A DExponentIntegrationTests.m82 …NSDictionary *testConfig = (configPath) ? [NSDictionary dictionaryWithContentsOfFile:configPath] :…
83 if (testConfig) {
84 _testSuiteUrl = testConfig[@"testSuiteUrl"];