-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
It seems that some unit tests fail on Windows due to a few reasons:
- The path separator is
\
instead of/
, this applies to a lot of tests that might usepath.normalize
orpath.join
- The escaping of environment variables uses
'
instead of"
- Some tests in
headers.test.ts
for some reason (executes a bash script perhaps?) - Fixed in 4d93456cliManager.test.ts
:validates downloaded binary version
seems to be flakey on Windows, might have to do with the mock stream not flushing the content fully (expectsmock-binary-v1.2.3
but actual ismock-bin
and sometimesmock-binary-v1.2
)
Metadata
Metadata
Assignees
Labels
No labels