blob: c40e112910a78da112a4829671e90980fbfa75d8 [file] [log] [blame]
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter_test/flutter_test.dart';
import '../../../widgets/styled_text.dart' as demo;
void main() {
testWidgets('layers smoketest for widgets/styled_text.dart', (WidgetTester tester) async {
demo.main();
});
}