yeoman-assert icon indicating copy to clipboard operation
yeoman-assert copied to clipboard

assert.file is not case sensitive

Open mjungwir opened this issue 4 years ago • 0 comments

I discovered with a test that failed on a build server and passed locally that the underlying fs.existsSync depends on the OS' case sensitivity. I know this project won't be addressing the fs methods but I was wondering if there was any discussion to be had around finding a way to opt in or out of asserting files with case sensitivity.

mjungwir avatar Jan 22 '20 20:01 mjungwir