Created by: gaearon
I don't know if it'll help (probably not). Trying to figure out why AppVeyor turns
npm test -- --no-cache --testPathPattern=/src/
into
node scripts/test.js --env=jsdom "--no-cache" "--testPathPattern=C:/Program Files/Git/src/"
even though the script itself has quotes around testPathPattern
.