mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 11:43:19 +08:00
7 lines
130 B
Dart
7 lines
130 B
Dart
import 'package:examples/main.dart' as examples;
|
|
import 'package:test/test.dart';
|
|
|
|
void main() {
|
|
test('main', examples.main);
|
|
}
|