Move native-only XCTests into their own test targetThis simplifies the case where someone just wants to run Xcode tests by pressing Cmd+U. For people who want to run test-suite, the older ExponentI
Move native-only XCTests into their own test targetThis simplifies the case where someone just wants to run Xcode tests by pressing Cmd+U. For people who want to run test-suite, the older ExponentIntegrationTests target still exists and serves only that one purpose.fbshipit-source-id: de79968
show more ...
Expo Client should not try to open docs links as appsfbshipit-source-id: 73d93c8
Add test coverage for EXEnvironment.allManifestUrls propfbshipit-source-id: 7d615c8
Clean up EXEnvironment, remove deprecated shell development config behaviorfbshipit-source-id: f4d4d01
Remove isShell property because it is now identical to isDetachedAlso clean up a few other props that had shell in the namecloses https://github.com/expo/universe/issues/2460fbshipit-source-id:
Remove isShell property because it is now identical to isDetachedAlso clean up a few other props that had shell in the namecloses https://github.com/expo/universe/issues/2460fbshipit-source-id: fac520e
EXShellManager -> EXEnvironmentfbshipit-source-id: 2347314
Remove redundant declarationfbshipit-source-id: 93390f7
prefer manifest from NSBundle over cache if it has a newer publishedTime (#2452)fbshipit-source-id: 6bb297d
Fix mock manifest for AppLoader testfbshipit-source-id: 019edd1
Start testing shell-app-only AppLoader cases, generalize shell app mocksfbshipit-source-id: 19b80ac
Add more EXShellManager test coverage for various dev/prod detach/turtle casesfbshipit-source-id: 68a8a25
Make EXShellManager less stateful during setup, add one dumb testfbshipit-source-id: 2a18959
Use consistent AppLoader timeout data typefbshipit-source-id: 48b363e
Organize AppLoader, fix AppLoader testsfbshipit-source-id: e80e891
refactor `EXKernelAppLoader` (#2432)fbshipit-source-id: 9a1d2e8
Test whether sms and tel are deep linksAdds coverage for https://github.com/expo/expo/issues/1711fbshipit-source-id: 5a07ea2
Add test coverage around Expo file downloaderIdeally we can grow this into more detailed AppLoader coverage. Starting with something simple.fbshipit-source-id: 60402ed
Add more linking test coveragehelps with https://github.com/expo/universe/issues/2381fbshipit-source-id: 4c581d2
Add some XCTest coverage to deep link routinghelps with https://github.com/expo/universe/issues/2381fbshipit-source-id: 2d237fe
Clean up after kernel refactorfbshipit-source-id: eb6ce29
Support JS nux, clean up JS loaded notifsfbshipit-source-id: b3721f2
Get XCTests running, use XCExpectation instead of spinloopfbshipit-source-id: 93897d1
co-locate comment for how to generate integration test plistfbshipit-source-id: 9095094
Make test-suite JS target configurablefbshipit-source-id: 4c3eb15
If no test shell app configured in XCTest target, run tests from browserfbshipit-source-id: 0bd3566
12