Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add wrap with observer assist
Browse files Browse the repository at this point in the history
amondnet committed Nov 25, 2023
1 parent 780061c commit b78a4cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mobx_lint_flutter_test/test/all_tests.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import 'assists/wrap_widget/wrap_widget_test.dart' as wrap_widget_test;

void main() {
wrap_widget_test.main();
}

0 comments on commit b78a4cd

Please sign in to comment.