Shopify / slate

Slate is a toolkit for developing Shopify themes. It's designed to assist your workflow and speed up the process of developing, testing, and deploying themes.
https://shopify.github.io/slate
MIT License
1.28k stars 364 forks source link

Tests Fail on Windows based PC #969

Open YourWishes opened 5 years ago

YourWishes commented 5 years ago

Problem

After working with #967 I ran the test and am getting numerous errors, most related to the slash inconsistency in Windows

Refer to https://pastebin.com/6nLnpaPi

Replication steps

  1. Pull Slate
  2. Run yarn install as normal
  3. Run yarn test

More Information

Some cases seem to be related to slashes being / rather than Windows \\, others seem to related to double slash escaping (\\ rather than \\\\)