Running Copilot coding agent #102
Annotations
1 error
|
main/settings.test.ts > Settings > should load empty settings when file does not exist:
electron/main/settings.test.ts#L52
AssertionError: expected { Object (pythonPath, juliaPath, ...) } to deeply equal {}
- Expected
+ Received
- Object {}
+ Object {
+ "editors": Object {
+ "default": "open %s",
+ "julia": "code %s",
+ "python": "code %s",
+ },
+ "juliaPath": "/usr/bin/julia",
+ "pythonPath": "/usr/bin/python3",
+ }
❯ main/settings.test.ts:52:22
|