chore(app): сгенерированный Dart-клиент из OpenAPI
openapi-generator-cli -g dart-dio. Генерируется, но коммитится: CI ловит дрейф openapi/openapi.json, а приложение собирается без запуска генератора. Пересобирается через just gen-client после любого изменения роутов.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
import 'package:test/test.dart';
|
||||
import 'package:fintracker_api/fintracker_api.dart';
|
||||
|
||||
// tests for RefreshRequest
|
||||
void main() {
|
||||
final RefreshRequest? instance = /* RefreshRequest(...) */ null;
|
||||
// TODO add properties to the entity
|
||||
|
||||
group(RefreshRequest, () {
|
||||
// String refreshToken
|
||||
test('to test the property `refreshToken`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user