We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12bcfb0 commit 77ca09aCopy full SHA for 77ca09a
1 file changed
tests/platform/windows/windows-builtIn-testSpec.js
@@ -49,6 +49,20 @@ gpii.tests.windows.builtIn = [
49
}
50
]
51
52
+ }],
53
+ "com.microsoft.windows.narrator": [{
54
+ "settings": {
55
+ "running": false
56
+ },
57
+ "options": {
58
+ "registryName": "Narrator",
59
+ "getState": [
60
+ {
61
+ "type": "gpii.processReporter.find",
62
+ "command": "Narrator.exe"
63
+ }
64
+ ]
65
66
}]
67
68
},
0 commit comments