From 3265ac2047841370b07d674e260e4c966749c56f Mon Sep 17 00:00:00 2001 From: Miguel Medeiros <31278849+miguelcmedeiros@users.noreply.github.com> Date: Mon, 20 Jan 2025 19:27:37 +0000 Subject: [PATCH] [Infrastructure] - Export src/infrastructure/platforms/platform.dart from the test lib (#2514) --- super_editor/lib/super_editor_test.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/super_editor/lib/super_editor_test.dart b/super_editor/lib/super_editor_test.dart index 2d6562ca94..1818f5ac89 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';