yeoman / configstore

Easily load and persist config without having to think about where and how
BSD 2-Clause "Simplified" License
868 stars 56 forks source link

Fix global namespace test so it will work on Windows #31

Closed etiktin closed 8 years ago

etiktin commented 8 years ago

The test assumed that file paths use / as path delimiter, so it failed on Windows where the delimiter is \. I changed the regex to allow both.