mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-14 11:39:17 +01:00
Made build portable
This commit is contained in:
15
dependencies/fluent_ui-3.12.0/test/icons_test.dart
vendored
Normal file
15
dependencies/fluent_ui-3.12.0/test/icons_test.dart
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
import 'package:fluent_ui/fluent_ui.dart';
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
|
||||
void main() {
|
||||
testWidgets('Icons specify FluentIcons font', (WidgetTester tester) async {
|
||||
await tester.pumpWidget(FluentApp(
|
||||
home: NavigationView(
|
||||
pane: NavigationPane(),
|
||||
),
|
||||
));
|
||||
|
||||
expect(FluentIcons.clear.fontFamily, 'FluentIcons');
|
||||
expect(FluentIcons.search.fontFamily, 'FluentIcons');
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user