Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upHighlights
- Arctic Code Vault Contributor
Pinned
141 contributions in the last year
Contribution activity
August 2020
jiahaog has no activity
yet for this period.
July 2020
- jiahaog/test Dart
Created a pull request in dart-lang/test that received 6 comments
Fix declarer inconsistencies with async test setup
When I have a test like this: import 'package:test/test.dart'; void main() async { setUp(() {}); await otherSetUp(); test('a test', () {}); } Future<…
+1
−1
•
6
comments