CPD/Pong/test/unit_test.dart

8 lines
129 B
Dart

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