Skip to content

Commit 3406809

Browse files
Merge pull request #10 from domesticmouse:Add-a-test
Add an actual (empty) test
2 parents 6918d44 + fe3c14e commit 3406809

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/smoke_test.dart

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
import 'package:flutter_test/flutter_test.dart';
6+
57
void main() {
6-
// TODO(csells): add tests.
8+
testWidgets('Smoke Test', (tester) async {
9+
// TODO(csells): add tests.
10+
});
711
}

0 commit comments

Comments
 (0)