Align CLI build toolchains and refresh validation fixtures #186
Annotations
2 errors
|
test
Process completed with exit code 1.
|
|
tests/windowsInstaller.spec.ts > Windows installer user PATH safety > recognises entries that are already present in every spelling:
tests/windowsInstaller.spec.ts#L208
AssertionError: expected [ …(4) ] to deeply equal [ '<unchanged>', '<unchanged>', …(2) ]
- Expected
+ Received
[
- "<unchanged>",
- "<unchanged>",
- "<unchanged>",
- "<unchanged>",
+ "C:\\a;C:\\Users\\dev\\AppData\\Local\\autohand;C:\\b;C:\\Users\\dev\\AppData\\Local\\autohand",
+ "C:\\a;c:\\users\\dev\\appdata\\local\\AUTOHAND\\;C:\\b;C:\\Users\\dev\\AppData\\Local\\autohand",
+ "C:\\a;\"C:\\Users\\dev\\AppData\\Local\\autohand\";C:\\b;C:\\Users\\dev\\AppData\\Local\\autohand",
+ "C:\\a; C:\\Users\\dev\\AppData\\Local\\autohand ;C:\\b;C:\\Users\\dev\\AppData\\Local\\autohand",
]
❯ tests/windowsInstaller.spec.ts:208:50
|