@@ -27,6 +27,9 @@ describe('JFrog Artifactory Extension Tests', (): void => {
2727 assert . ok ( TestUtils . platformPassword , 'Tests are missing environment variable: ADO_JFROG_PLATFORM_PASSWORD' ) ;
2828 }
2929
30+ // TODO remove:
31+ console . log ( `Node.js version: ${ process . version } ` ) ;
32+
3033 TestUtils . initTests ( ) ;
3134 repoKeys = TestUtils . getRepoKeys ( ) ;
3235 } ) ;
@@ -224,6 +227,8 @@ describe('JFrog Artifactory Extension Tests', (): void => {
224227 'Conan Utils - Init build details partial and verify consistency in timestamp' ,
225228 ( ) : void => {
226229 testInitCliPartialsBuildDir ( ) ;
230+ // TODO remove:
231+ console . log ( `Node.js version: ${ process . version } ` ) ;
227232 } ,
228233 TestUtils . isSkipTest ( 'unit' ) ,
229234 ) ;
@@ -233,6 +238,8 @@ describe('JFrog Artifactory Extension Tests', (): void => {
233238 runSyncTest (
234239 'JFrog CLI Task Test' ,
235240 ( ) : void => {
241+ // TODO remove:
242+ console . log ( `Node.js version: ${ process . version } ` ) ;
236243 const testDir : string = 'jfrogCliTask' ;
237244 // Upload a.in. b.in and c.in
238245 mockTask ( testDir , 'upload' ) ;
@@ -581,6 +588,8 @@ describe('JFrog Artifactory Extension Tests', (): void => {
581588 runSyncTest (
582589 'Npm install and publish' ,
583590 ( ) : void => {
591+ // TODO remove:
592+ console . log ( `Node.js version: ${ process . version } ` ) ;
584593 const testDir : string = 'npm' ;
585594 mockTask ( testDir , join ( 'install' , 'npmInstall' ) ) ;
586595 mockTask ( testDir , join ( 'install' , 'installNpmPublish' ) ) ;
0 commit comments