feat: added option to disable hotkey #1386
Annotations
3 errors
main/Core/UeliCommand/UeliCommandActionHandler.test.ts > UeliCommandActionHandler > should invoke an ueli command:
src/main/Core/UeliCommand/UeliCommandActionHandler.test.ts#L23
AssertionError: expected "spy" to be called with arguments: [ 'openSettings' ]
Received:
1st spy call:
Array [
- "openSettings",
+ "settings",
]
Number of calls: 1
❯ testInvokeAction main/Core/UeliCommand/UeliCommandActionHandler.test.ts:23:39
❯ main/Core/UeliCommand/UeliCommandActionHandler.test.ts:32:9
|
main/Core/UeliCommand/UeliCommandActionHandler.test.ts > UeliCommandActionHandler > should throw an error if the argument is an invalid ueli command:
src/main/Core/UeliCommand/UeliCommandActionHandler.test.ts#L55
AssertionError: promise resolved "undefined" instead of rejecting
- Expected:
[Error: rejected promise]
+ Received:
undefined
❯ main/Core/UeliCommand/UeliCommandActionHandler.test.ts:55:9
|
Build
Process completed with exit code 1.
|