var t1 = 1; var t2 = 2; if(t1 == 1){ colsole.log('ttt') } if(t2 == 2){ colsole.log('ttt2') } и при запуске main.js выполнялся код из test.js?