Skip to content

Commit

Permalink
test: add tests for renotes
Browse files Browse the repository at this point in the history
  • Loading branch information
poppingmoon committed Nov 22, 2024
1 parent a4bf28e commit df8fdba
Show file tree
Hide file tree
Showing 3 changed files with 488 additions and 5 deletions.
9 changes: 9 additions & 0 deletions test/flutter_test_config.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import 'dart:async';

import 'package:flutter_test/flutter_test.dart';

FutureOr<void> testExecutable(FutureOr<void> Function() testMain) {
WidgetController.hitTestWarningShouldBeFatal = true;

return testMain();
}
Loading

0 comments on commit df8fdba

Please sign in to comment.