CPD/test/unit_test.dart

10 lines
138 B
Dart
Raw Normal View History

2024-01-10 14:36:14 +01:00
import 'package:flutter_test/flutter_test.dart';
import 'package:pong/main.dart';
void main() {
test('moveRacket', () {
;
});
}