mirror of
https://github.com/TeamPiped/piped_dart.git
synced 2024-08-14 22:27:49 +00:00
10 lines
143 B
Dart
10 lines
143 B
Dart
|
import 'package:test/test.dart';
|
||
|
import 'package:piped_api/piped_api.dart';
|
||
|
|
||
|
// tests for Regions
|
||
|
void main() {
|
||
|
|
||
|
group(Regions, () {
|
||
|
});
|
||
|
}
|