blob: 76196c06e08f42cdbaf6bcc1a6441851b790f4b8 [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.
@GenerateNiceMocks([
MockSpec<GitHub>(),
MockSpec<GitHubComparison>(),
MockSpec<PullRequestsService>(),
MockSpec<RepositoriesService>(),
])
import 'package:github/github.dart';
@GenerateNiceMocks([MockSpec<JobsResource>()])
import 'package:googleapis/bigquery/v2.dart';
@GenerateNiceMocks([MockSpec<http.Response>()])
import 'package:http/http.dart' as http;
import 'package:mockito/annotations.dart';
export 'mocks.mocks.dart';