-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cross-platform test setup via shelljs #1481
Conversation
My attempt at solving sveltejs#1478
Codecov Report
@@ Coverage Diff @@
## master #1481 +/- ##
=======================================
Coverage 91.15% 91.15%
=======================================
Files 124 124
Lines 4579 4579
Branches 1443 1443
=======================================
Hits 4174 4174
Misses 159 159
Partials 246 246 Continue to review full report at Codecov.
|
test/cli/index.js
Outdated
}); | ||
|
||
done(); | ||
// }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, I left in some cruft from my experimentation. Will remove when I get a chance!
I think we're good to go now, I've gotten the tests all passing. Thanks for the |
Just did a touch more tidying. Removed the cruft and also made it so that the test samples can once again be full commands (including the |
🙏 |
My attempt at solving #1478
shelljs
instead of raw shell commandsalias
since there isn't a good cross-platform version of that.sh
files so they aren't quite complete commands any more, hopefully they're still close enough.I'm still getting local failures that look like line-ending differences, but the file contents & directory structure look correct now.