File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -57,12 +57,14 @@ const Accessibility = (on, config) => {
5757 } catch ( err ) { }
5858
5959 } )
60- console . log ( 'log' , "picking env from system " + process . env . TEST_VAR ) ;
61- config . env . TEST_VAR = process . env . TEST_VAR ;
6260 config . env . WCAG_CRITERIA = process . env . WCAG_CRITERIA ;
6361 config . env . BEST_PRACTICE = process . env . BEST_PRACTICE ;
6462 config . env . NEEDS_REVIEW = process . env . NEEDS_REVIEW ;
6563 config . env . ACCESSIBILITY_REPORT_PATH = process . env . ACCESSIBILITY_REPORT_PATH ;
64+ console . log ( `debug point 4. ` + config . env . WCAG_CRITERIA )
65+ console . log ( `debug point 5. ` + config . env . BEST_PRACTICE )
66+ console . log ( `debug point 6. ` + config . env . NEEDS_REVIEW )
67+ console . log ( `debug point 7. ` + config . env . ACCESSIBILITY_REPORT_PATH )
6668
6769 return config ;
6870}
You can’t perform that action at this time.
0 commit comments