diff --git a/super_editor/lib/super_editor_test.dart b/super_editor/lib/super_editor_test.dart index 2d6562ca9..1818f5ac8 100644 --- a/super_editor/lib/super_editor_test.dart +++ b/super_editor/lib/super_editor_test.dart @@ -1,5 +1,6 @@ library super_editor_test; +export 'src/infrastructure/platforms/platform.dart'; export 'src/test/ime.dart'; export 'src/test/super_editor_test/supereditor_inspector.dart'; export 'src/test/super_editor_test/supereditor_robot.dart';