Skip to content

Commit eb4c1c1

Browse files
committed
no-op test
1 parent dc12a49 commit eb4c1c1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
2+
// for details. All rights reserved. Use of this source code is governed by a
3+
// BSD-style license that can be found in the LICENSE file.
4+
5+
import 'package:test/test.dart';
6+
7+
void main() {
8+
test('no-op', () {
9+
// TODO: create end-to-end test for screenshot creation and comparison
10+
});
11+
}

0 commit comments

Comments
 (0)