CPD/test/unit_test.dart

10 lines
138 B
Dart

import 'package:flutter_test/flutter_test.dart';
import 'package:pong/main.dart';
void main() {
test('moveRacket', () {
;
});
}