-
Notifications
You must be signed in to change notification settings - Fork 28.7k
Port test logic to Dart. #61
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
Conversation
This gets rid of cc @abarth |
c61c90d
to
e891116
Compare
if (path.basename(script) == kSnapshotFileName) | ||
return path.dirname(path.dirname(path.dirname(script))); | ||
if (path.basename(script) == kFlutterToolsScriptFileName) | ||
return path.dirname(path.dirname(path.dirname(path.dirname(script)))); |
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.
Fancy
LGTM Would you be willing to update CONTRIBUTING.md as well? Eventually, I'd like to grow Thanks! |
Updated as per comments. Will check in if Travis agrees. cc @abarth |
No description provided.