added matchesTextGolden

This commit is contained in:
agra
2026-04-21 21:42:59 +03:00
parent b8d77e0a3a
commit 3032442c31
6 changed files with 441 additions and 4 deletions

8
lib/testing.dart Normal file
View File

@@ -0,0 +1,8 @@
/// Test-only utilities from `ux`. Import only from test files:
///
/// ```dart
/// import 'package:ux/testing.dart';
/// ```
library;
export 'src/testing/text_golden.dart';