dlmanning / gulp-sass

SASS plugin for gulp
MIT License
1.56k stars 381 forks source link

tests: remove unneeded String casts #826

Closed XhmikosR closed 2 years ago

XhmikosR commented 2 years ago

https://github.com/dlmanning/gulp-sass/blob/d61f3831a82485d50ed1cb3ac43522f81ad0e0cb/test/main.js#L27

normaliseEOL calls toString('utf-8') so the casts are redundant AFAICT