blob: 544567fd94453d3d30eb2925453f334b0676d798 [file] [log] [blame]
// Copyright 2022 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:auto_submit/service/approver_service.dart';
import 'package:github/github.dart';
import 'package:mockito/annotations.dart';
import 'package:http/http.dart' as http;
export 'mocks.mocks.dart';
@GenerateMocks(<Type>[
ApproverService,
GitHub,
PullRequestsService,
RepositoriesService,
GitHubComparison,
http.Response,
])
void main() {}