mirror of https://github.com/flutter/pinball.git
parent
0f3cf23bd0
commit
f5b14436db
@ -1,10 +1,9 @@
|
|||||||
import 'package:flame_test/flame_test.dart';
|
|
||||||
import 'package:flutter_test/flutter_test.dart';
|
import 'package:flutter_test/flutter_test.dart';
|
||||||
|
|
||||||
void main() {
|
void main() {
|
||||||
group('PinballGame', () {
|
group('PinballGame', () {
|
||||||
// TODO(alestiago): test if [PinballGame] registers [BallScorePointsCallback]
|
// TODO(alestiago): test if [PinballGame] registers
|
||||||
// once the following issue is resolved:
|
// [BallScorePointsCallback] once the following issue is resolved:
|
||||||
// https://github.com/flame-engine/flame/issues/1416
|
// https://github.com/flame-engine/flame/issues/1416
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in new issue