Migrate adbConfig

Summary: _typescript_

Reviewed By: danielbuechele

Differential Revision: D16708956

fbshipit-source-id: 040421bfcd68821f3567b47104f1c0c678015f3f
This commit is contained in:
Pascal Hartig
2019-08-09 10:32:36 -07:00
committed by Facebook Github Bot
parent cf7e692620
commit c191514d68
2 changed files with 1 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
* @format
*/
import adbConfig from '../adbConfig';
import adbConfig from '../adbConfig.tsx';
test('get host and port from ADB_SERVER_SOCKET', () => {
process.env.ANDROID_ADB_SERVER_PORT = undefined;