feat: 构建flutter 基座
This commit is contained in:
9
test/widget_test.dart
Normal file
9
test/widget_test.dart
Normal file
@@ -0,0 +1,9 @@
|
||||
import 'package:flutter/widgets.dart';
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
import 'package:im_webview_app/main.dart';
|
||||
|
||||
void main() {
|
||||
test('creates the WebView shell app widget', () {
|
||||
expect(const ImWebViewApp(), isA<Widget>());
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user