feat : auth package
This commit is contained in:
8
packages/auth/test/auth_test.dart
Normal file
8
packages/auth/test/auth_test.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
import 'package:auth/auth.dart';
|
||||
import 'package:test/test.dart';
|
||||
|
||||
void main() {
|
||||
group('A group of tests', () {
|
||||
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user