File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
packages/data-connect/test
scripts/emulator-testing/emulators Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ import {
2525} from '../src' ;
2626
2727export const EMULATOR_PORT = process . env . DC_EMULATOR_PORT ;
28+ // eslint-disable-next-line no-console
29+ console . log ( 'Emulator Port: ' + EMULATOR_PORT ) ;
2830const USE_EMULATOR = ! ! EMULATOR_PORT ;
2931export const CONNECTOR_NAME = 'tests' ;
3032export const LOCATION_NAME = 'us-west2' ;
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ const DATACONNECT_EMULATOR_VERSION = '1.7.5';
2222
2323export class DataConnectEmulator extends Emulator {
2424 constructor ( port = 9399 ) {
25+ console . log ( 'passing in ' + port + ' as port for fdc' ) ;
2526 const os = platform ( ) ;
2627 let urlString = '' ;
2728 switch ( os ) {
You can’t perform that action at this time.
0 commit comments