mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 14:58:34 +00:00
simple_shader: Clean up shaders/simple.frag, rebuild runners (#1715)
This commit is contained in:
9
simple_shader/test/widget_test.dart
Normal file
9
simple_shader/test/widget_test.dart
Normal file
@@ -0,0 +1,9 @@
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
import 'package:simple_shader/main.dart';
|
||||
|
||||
void main() {
|
||||
testWidgets('Smoke test', (tester) async {
|
||||
// Build our app and trigger a frame.
|
||||
await tester.pumpWidget(const MyApp());
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user