This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
Windows - Failing test-suite #113
Labels
🐛 bug
Something isn't working the way it should.
module: pancake
An issue or pull request related to pancake.
When running
yarn test
on Windows, the tests fail when computing the hash of the_fixture/
andpancake/
output.Windows computes newlines differently i.e
\r\n
than Unix, this is the cause of the issue. Possible solution is the NOT write the.js
or.css
files with a newline.Example code:
Yields:
When run WITH newlines ❌
When run WITHOUT newlines 👍
The text was updated successfully, but these errors were encountered: