fix: Normalize paths and line endings for cross-platform compatibility #708
Annotations
2 errors
|
test (windows-latest)
Process completed with exit code 1.
|
|
error: expect(received).toContain(expected):
packages\nuekit\test\fswatch.test.js#L74
Expected to contain: "newdir/file1.txt"
Received: [ "newdir\\file1.txt", "newdir\\file2.js", "newdir\\file1.txt", "newdir\\file2.js",
"newdir\\file1.txt", "newdir\\file2.js"
]
at <anonymous> (D:\a\nue\nue\packages\nuekit\test\fswatch.test.js:74:19)
|