You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running yarn test on Windows, the tests fail when computing the hash of the _fixture/ and pancake/ 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.
When running
yarn teston Windows, the tests fail when computing the hash of the_fixture/andpancake/output.Windows computes newlines differently i.e
\r\nthan Unix, this is the cause of the issue. Possible solution is the NOT write the.jsor.cssfiles with a newline.Example code:
Yields:
When run WITH newlines ❌
When run WITHOUT newlines 👍