Independent test helpers (#957)

* Independent test helpers

* Relative test helper path

* Fix imports

* Fix pubspec description

* Less tested lines, since the moved lines were in tests

* Move to canvas_test
This commit is contained in:
Lukas Klingsbo
2021-09-16 13:24:45 +02:00
committed by GitHub
parent 3240d26b67
commit 2a7af3730b
47 changed files with 106 additions and 553 deletions

View File

@ -0,0 +1,5 @@
export 'src/expect_double.dart';
export 'src/expect_vector2.dart';
export 'src/mock_gesture_events.dart';
export 'src/mock_image.dart';
export 'src/random_test.dart';