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 {
25
25
} from '../src' ;
26
26
27
27
export const EMULATOR_PORT = process . env . DC_EMULATOR_PORT ;
28
+ // eslint-disable-next-line no-console
29
+ console . log ( 'Emulator Port: ' + EMULATOR_PORT ) ;
28
30
const USE_EMULATOR = ! ! EMULATOR_PORT ;
29
31
export const CONNECTOR_NAME = 'tests' ;
30
32
export 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';
22
22
23
23
export class DataConnectEmulator extends Emulator {
24
24
constructor ( port = 9399 ) {
25
+ console . log ( 'passing in ' + port + ' as port for fdc' ) ;
25
26
const os = platform ( ) ;
26
27
let urlString = '' ;
27
28
switch ( os ) {
You can’t perform that action at this time.
0 commit comments