This commit is contained in:
2026-02-26 20:49:21 -05:00
parent bebcf48a32
commit 4d9e715361
243 changed files with 25648 additions and 14573 deletions
+13
View File
@@ -0,0 +1,13 @@
// Placeholder test file for ClojureDart Todo app.
// ClojureDart compiles to Dart, and tests are typically
// written in ClojureDart using cljd.test.
import 'package:flutter_test/flutter_test.dart';
void main() {
testWidgets('App compiles successfully', (WidgetTester tester) async {
// ClojureDart apps are tested via the ClojureDart test framework.
// This placeholder verifies the test infrastructure works.
expect(true, isTrue);
});
}