File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -456,7 +456,7 @@ var testDefs = [
456456 "speech.espeak.sayCapForCapitals" : true
457457 } ,
458458 "options" : {
459- "path" : "${{environment}. APPDATA}\\ nvda\\ nvda.ini",
459+ "path" : path . resolve ( process . env . APPDATA , " nvda/ nvda.ini") ,
460460 "allowNumberSignComments" : true ,
461461 "allowSubSections" : true
462462 }
@@ -494,7 +494,7 @@ var testDefs = [
494494 "speech.espeak.sayCapForCapitals" : true
495495 } ,
496496 "options" : {
497- "path" : "${{environment}. APPDATA}\\ nvda\\ nvda.ini",
497+ "path" : path . resolve ( process . env . APPDATA , " nvda/ nvda.ini") ,
498498 "allowNumberSignComments" : true ,
499499 "allowSubSections" : true
500500 }
@@ -528,7 +528,7 @@ var testDefs = [
528528 "virtualBuffers.autoSayAllOnPageLoad" : false
529529 } ,
530530 "options" : {
531- "path" : "${{environment}. APPDATA}\\ nvda\\ nvda.ini",
531+ "path" : path . resolve ( process . env . APPDATA , " nvda/ nvda.ini") ,
532532 "allowNumberSignComments" : true ,
533533 "allowSubSections" : true
534534 }
You can’t perform that action at this time.
0 commit comments