minor
This commit is contained in:
7
server/test/server_test.dart
Normal file
7
server/test/server_test.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
import 'package:test/test.dart';
|
||||
|
||||
void main() {
|
||||
test('smoke test', () {
|
||||
expect(1 + 1, 2);
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user