Skip to content

Commit

Permalink
Merge pull request #10 from domesticmouse:Add-a-test
Browse files Browse the repository at this point in the history
Add an actual (empty) test
  • Loading branch information
domesticmouse authored Dec 4, 2024
2 parents 6918d44 + fe3c14e commit 3406809
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/smoke_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
// 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';

void main() {
// TODO(csells): add tests.
testWidgets('Smoke Test', (tester) async {
// TODO(csells): add tests.
});
}

0 comments on commit 3406809

Please sign in to comment.