Skip to content

Commit 6918d44

Browse files
Merge pull request #9 from domesticmouse/Add-smoke-test
Add smoke test for CI
2 parents 2476e56 + feaf91d commit 6918d44

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/smoke_test.dart

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// Copyright 2024 The Flutter Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
4+
5+
void main() {
6+
// TODO(csells): add tests.
7+
}

0 commit comments

Comments
 (0)