Add quality gates and baseline tests for web/mobile
This commit is contained in:
7
apps/mobile/apps/client/test/smoke_test.dart
Normal file
7
apps/mobile/apps/client/test/smoke_test.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
|
||||
void main() {
|
||||
test('client smoke test', () {
|
||||
expect(2 + 2, 4);
|
||||
});
|
||||
}
|
||||
7
apps/mobile/apps/staff/test/smoke_test.dart
Normal file
7
apps/mobile/apps/staff/test/smoke_test.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
|
||||
void main() {
|
||||
test('staff smoke test', () {
|
||||
expect(2 + 2, 4);
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user