Frontend first draft
This commit is contained in:
6
frontend/pshared/test/test.dart
Normal file
6
frontend/pshared/test/test.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
import 'package:test/test.dart';
|
||||
|
||||
void main() {
|
||||
group('A group of tests', () {
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user